read_csv() dtype=str is yielding <U0 instead of object #2187
Unanswered
ChuckConnell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to import all my data as string columns, then convert the datatypes manually later. I am using the code shown below. It works correctly, all the data values seem OK. But I thought that the datatypes should be reported as 'object'. Instead they are all <U0.
Is this just terminology (<U0 is the same as object) or did I do something wrong?
Beta Was this translation helpful? Give feedback.
All reactions