You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a dataframe with a timestamp column such as : 2021-01-01 00:15:00 , where the column type is Date64,
if I then use the df.to_csv() function, the resulting csv file only shows 2021-01-01, without the time.
Are you using Python or Rust?
Python
Describe your bug.
When I have a dataframe with a timestamp column such as :
2021-01-01 00:15:00
, where the column type isDate64
,if I then use the df.to_csv() function, the resulting csv file only shows
2021-01-01
, without the time.What are the steps to reproduce the behavior?
What is the expected behavior?
I woudl expect it to be written with the time included.
The text was updated successfully, but these errors were encountered: