-
Notifications
You must be signed in to change notification settings - Fork 59
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
Change kgtkreader and kgtkwriter to process Pandas dataframes #684
Comments
Adding this support at such a low level will help make it pervasive, but will make kgtk be dependent upon pandas in a more fundamental way than it is at present. |
Alternatively, we can handle dataframe processing in the api wrappers, much as it is treated in |
Changes committed to |
Need an option to convert KGTK strings to native datatypes (int, float, date/time?) when writing a DataFrame. |
Need Documentation. |
There are now two dataframe output formats for KgtkWriter.
|
To better integrate with the Python Notebook environment, change kgtkreader and kgtkwriter to process Pandas dataframes directly.
The text was updated successfully, but these errors were encountered: