Adjust the connection string to return non-binary data? #396
Unanswered
Diego-Hernandez-Moodys
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @Diego-Hernandez-Moodys , I'm not so sure what you mean here. Can you please give and example (including ddl for creating the table) to illustrate? Like printing the type of the current returned result and what is the one you are looking for. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using MySQL 5. The module works great but my pandas dataframe is returning binary encoded strings. What's the current work-around as opposed to identifying the affected columns myself?
My MySQL 5 connection string looks like
I tried
and I'm getting a URL parameter charset unknown.
Beta Was this translation helpful? Give feedback.
All reactions