Replies: 2 comments 1 reply
-
|
pandas was just updated in my code and I started getting this error. I'm not yet sure what I need to do to fix. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Duplicate of #37 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Pandas recently, i think, got an option called
future.infer_string, currently set toFalse, which will read the sequence of str objects as pyarrow string dtype. Since this is going to be the default in Pandas version 3.0, I havepandas.options.future.infer_string=Trueat the top of my script. With this option set i get an inscrutable error during some of my interactive sessions. A minimum reproducible example of my repl interaction is listed:I have two questions:
strdtype?I love using duckdb from within the python repl and i believe that replacement scans are just so brilliant!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions