-
Notifications
You must be signed in to change notification settings - Fork 65
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
Cannot create Pandas Dataframe from Julia Dataframe #322
Comments
I found the following workaround by casting two times to dict
at least it is still kind of a one liner 😄 |
PythonCall has a function for this: |
Impressive, I was thinking this works exactly the opposite way. I looked through many discourse issues and rescanned the docs, but I didn't come about this. Thank you for the link! I see now that I was looking into the wrong part of the documentation - I was just inspecting the Python side and the Julia side, but haven't looked for an extra compatibility page. I think |
I am running into the very same problem if I want to send a Julia Dict to python pandas works weird with JuliaDict wrapper, hence I would really like to understand what is the recommended way to transform a julia dict to a python dict. (couldn't find it so far) |
|
that makes a lot of sense - thank you let me summarize how I understood PythonCall/JuliaCall:
|
That sounds about right. I'm always happy to take PRs for improvements to the docs if you think something can be clearer. |
Affects: JuliaCall
Describe the bug
I get the error
JuliaError: MethodError: no method matching iterate(::Symbol)
which also happens when just iterating over the pairs iterator from python. Here the example from Python:raises
Your system
Please provide detailed information about your system:
The text was updated successfully, but these errors were encountered: