8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a2217e0
4fb44c5
e18a426
9be80b7
52d3b9c
bfdfccf
10d81bd
132472d
6aae8d6
5448bbb
9d703a2
8b8a464
79550bd
feecee8
dada1a6
1e58c4e
9abd6c2
f6b3c37
4675de6
6d9daa8
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
round_trip = df.T.T tm.assert_frame_equal(df, round_trip)
?
Sorry, something went wrong.
Interestingly, the pd.date_range("2016-04-05 04:30", periods=3).astype("category") case fails that test. All the values are NaT.
pd.date_range("2016-04-05 04:30", periods=3).astype("category")
NaT
I've xfalied it for now, and likely won't have time to look into it.
sounds good, thanks