How can you do Schema's on Dataframe(s) ? I tried ...
# ask-the-community
e
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
k
Check docs for structureddataset
Panders is for schema enforcement
e
you mean using StructuredDataset for schema enforcement ?
s
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?