Closed palpen closed 5 years ago
It does appear to be the current behavior. I'm not sure it's deliberate, though. I opened https://issues.apache.org/jira/browse/ARROW-3899 in Apache Arrow about possibly changing things. Let's continue the discussion there
My goal is to keep just the date portion of the datetime object in the 'date' column. Here's an example
However, when I feather save this data frame and, subsequently, load it, the 'date' column turns into a Panda's timestamp type.
I now have more information than I'd like since the timestamp includes time information, which I do not need.
Is this an expected behaviour?