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
This PR adds a metadata attribute that can be used to store
library-specific things. For example, libraries like Vaex will be able
to store expressions for its virtual columns there.
- Add metadata attribute to the DataFrame class
- Add metadata attribute to the Column class
- Add a test
0 commit comments