-
Notifications
You must be signed in to change notification settings - Fork 9
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
Hope to support pandas.DataFrame object #25
Comments
To what extent do you need this feature? i.e. Do you need both reading and saving DataFrame? What set of element types would you need? |
i need read pd.DataFrame to DataFrames.DataFrame and write DataFrames.DataFrame to pd.DataFrame in julia. most need read pd.DataFrame to DataFrames.DataFrame in julia. |
What kind of value would your dataframe contain? number / string / datetime? |
number / string /bool |
I found an easy way to do it:
|
Yes, you can always use |
Hope to support pandas.DataFrame object read and save DataFrames as pandas.DataFrame...
The text was updated successfully, but these errors were encountered: