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
Seeds: Make 1-3 dataframes covering different data types and structures we'd want to cover.
Serializers: Make a list of several pandas serializers. These can be made as a partial (curry) of the combination of pandas serializers and their parameters.
Going through the cartesian product of Seed and Serializers, serialize the seeds, within a try catch, collecting those that were valid.
Save (as test files -- when applicable), including serializer (includes parametrization) in the filename somehow (use extension plus what ever is needed for parameters (example key=val, naming.
Save seeds (in files or in code definition)
Go through all serialized data and see if deserializers work.
See below, pairs of pandas serializers that have corresponding deserializers with the same name pattern.
Proposed approach to test.
partial
(curry) of the combination of pandas serializers and their parameters.key=val,
naming.See below, pairs of pandas serializers that have corresponding deserializers with the same name pattern.
The text was updated successfully, but these errors were encountered: