You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to serialize and deserialize a custom object, which has one of its parameters (data)as a pandas DataFrame. Since I will be storing many of these objects and each of these objects will have a DataFrame with a different structure, how should I go about creating a Marshmallow Schema for the custom object?
Essentially, I want to be able to store the dataframe as a part of the schema but do not want to create a new Schema just for the data field in my object.
The text was updated successfully, but these errors were encountered:
I am attempting to serialize and deserialize a custom object, which has one of its parameters (data)as a pandas DataFrame. Since I will be storing many of these objects and each of these objects will have a DataFrame with a different structure, how should I go about creating a Marshmallow Schema for the custom object?
Essentially, I want to be able to store the dataframe as a part of the schema but do not want to create a new Schema just for the data field in my object.
The text was updated successfully, but these errors were encountered: