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
I've encountered an issue while using Arrow to build panda's Timestamp data type. I've reported the bug on panda's repo but I've received an answer that suggest a solution might be on arrow's side so here I share the link to the issue: pandas-dev/pandas#31793
What is your opinion on where should be the problem resolved? On Arrow's side to make it behave more like a datetime, or on Panda's side to reject or transform Arrow instances when used to create a Timestamp?
The text was updated successfully, but these errors were encountered:
Jad has hit the nail on the head here in that arrow uses dateutil everywhere for timezones. It looks like pandas.Timestamp supports dateutil tzinfo's already which is good. I'll jump onto the pandas issue and provide some thoughts in a bit.
Uh oh!
There was an error while loading. Please reload this page.
I've encountered an issue while using Arrow to build panda's Timestamp data type. I've reported the bug on panda's repo but I've received an answer that suggest a solution might be on arrow's side so here I share the link to the issue: pandas-dev/pandas#31793
What is your opinion on where should be the problem resolved? On Arrow's side to make it behave more like a datetime, or on Panda's side to reject or transform Arrow instances when used to create a Timestamp?
The text was updated successfully, but these errors were encountered: