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?