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
Metadata is almost never used unless we need to zip dataframes. However this field is required for all dataframes. This introduces both runtime overhead and implementation overhead. We may keep a metadata field inside the DataFrame, but that should be updated manually and should not be a part of the constructor. When metadata is not used, we should not even construct the instance.
The text was updated successfully, but these errors were encountered:
Metadata is almost never used unless we need to zip dataframes. However this field is required for all dataframes. This introduces both runtime overhead and implementation overhead. We may keep a metadata field inside the DataFrame, but that should be updated manually and should not be a part of the constructor. When metadata is not used, we should not even construct the instance.
The text was updated successfully, but these errors were encountered: