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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Pain point: Using NumPy/Pandas presently requires writing code to translate datasets to/from standard python frameworks.
Suggested Fix:
The ideal fix would be one that provides native access to each format and (ideally) allows data transfer to happen outside of python... However, a simple, functional solution would be to simply import the data into python and then export it into the native representation.
Progress
Export to Bokeh
Export dataset to Pandas dataframe
Export column to NumPy
Export dataset to TensorFlow dataset
Import dataset from Pandas dataframe (e.g., on save)