Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Remove DataFrame metadata #385

Closed
goodwanghan opened this issue Nov 14, 2022 · 0 comments · Fixed by #383
Closed

[FEATURE] Remove DataFrame metadata #385

goodwanghan opened this issue Nov 14, 2022 · 0 comments · Fixed by #383

Comments

@goodwanghan
Copy link
Collaborator

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.

@goodwanghan goodwanghan linked a pull request Nov 15, 2022 that will close this issue
@goodwanghan goodwanghan added this to the 0.8.0 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant