-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API: Can't override type sniffing in df.from_csv()? #3171
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
Comments
Wow, what a coincidence, I just happened to get this same thing when trying to process the results I just posted at #3146 and was going to post something:
|
That means users are hitting it too. needs to get fixed. |
this is prob being forced because parse_date=True and index_col=0 by default and I guess the index somehow looks datelike.... |
saved by jeff... again. I guess -352.737091 does look a little like october if you squint. |
but that still shouldn't be forcibly parsing into a datelike |
here's the correct parsing but as I said above, the parser shouldn't interpret those floats as dates anyhow
|
yeah, I already used it in my test to get things working, will leave this issue open, |
moved type inferencing bug into it's own issue #4601 |
and if you try:
related SO
The text was updated successfully, but these errors were encountered: