-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Reading date in csv as string instead of datetime #430
Comments
Hello @iserranoe Danfojs does not automatically parse dates. It only tries to parse date strings when you call the |
Hi @risenW, I've just came back to this problem. Let me show you more information, as I find Danfojs is parsing dates somehow. I have a .csv file with this data:
I then read the csv file with dfd.readCSV and can see the dates are transformed:
The output is:
So, the dates are transformed from |
I'm reading a csv file into a data frame. One of the columns is a date and Danfo is automatically reading and transforming it into datetime format; however I'd like to mantain the date as a string, how can I do it?
The text was updated successfully, but these errors were encountered: