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 think we should have some tests to ensure that the datasets generated in different formats with the same seed produce the same dataframes. Started working on this when I began the parquet implementation and moved that code into it's own branch.
There may be issues with comparing a dataframe from a csv against one from a schema defined format like parquet or avro, but I think we can worry about that later
The text was updated successfully, but these errors were encountered:
I think we should have some tests to ensure that the datasets generated in different formats with the same seed produce the same dataframes. Started working on this when I began the parquet implementation and moved that code into it's own branch.
There may be issues with comparing a dataframe from a csv against one from a schema defined format like parquet or avro, but I think we can worry about that later
The text was updated successfully, but these errors were encountered: