Functions to translate datasets to python library formats (e.g., Pandas, TensorFlow) #53
Open
1 of 7 tasks
Labels
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: