How can you do Schema's on Dataframe(s) ? I tried ...
# flyte-support
l
How can you do Schema's on Dataframe(s) ? I tried
pandera
on Python 3.11 but then I get ValueError: mutable default class 'flytekit.configuration.S3Config' for field s3 is not allowed: use default_factory
f
Check docs for structureddataset
Panders is for schema enforcement
l
you mean using StructuredDataset for schema enforcement ?
t
could you share your pandera code?
your error isn't related to pandera, though. could you write a simple workflow with just pandas dataframe and check if that's working?