CUDS to Pandas DataFrames #290
Labels
📈 performance
🌱 new feature
Solving the issue involves the incorporation of a new feature.
💬 discussion
The idea is not mature enough to result in an implementation, and needs further discussion.
In GitLab by @yoavnash on Apr 8, 2020, 20:23
For downstream applications, there is a need to export tabular data represented as CUDS objects to Pandas DataFrames and vice versa, namely for ML tasks. How should this be done?
Related to #235 and #258.
Comments:
df = to_dataframe(dataset)
wheredataset
is a CUDS object.The text was updated successfully, but these errors were encountered: