docs: Add to supported data types table#2192
Conversation
I was getting confused as to how my pyarrow timestamps were getting converted, and I think seeing this here would have pointed me in the right direction sooner.
|
About the But the data is still stored as arrow. I don't know how to state this exactly in the short text for the purpose of that table so what you've written probably is fine.. @maartenbreddels ? |
|
Indeed, it's being converted on the fly when doing many operations. How did it confused you @NickCrews ? |
|
I don't remember exactly now 😭, should have been more detailed. But I think it was constructing a DF from a pyarrow timestamp array, doing some operations on it, and then re-exporting with |
c8549a7 to
f304f80
Compare
I was getting confused as to how my pyarrow timestamps
were getting converted, and I think seeing this here would have
pointed me in the right direction sooner.