-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
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
BUG: plotting with DatetimeIndex containing NaT #12405
Labels
Comments
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Oct 30, 2016
4 tasks
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Oct 30, 2016
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Oct 31, 2016
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Oct 31, 2016
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Jan 28, 2017
tsdlovell
added a commit
to tsdlovell/pandas
that referenced
this issue
Jan 28, 2017
tsdlovell
pushed a commit
to tsdlovell/pandas
that referenced
this issue
Apr 21, 2017
…._get_xticks TST: add test for fix of pandas-dev#12405 DOC: update whatsnew/v0.20.0.txt
tsdlovell
pushed a commit
to tsdlovell/pandas
that referenced
this issue
May 20, 2017
…._get_xticks TST: add test for fix of pandas-dev#12405 DOC: update whatsnew/v0.20.0.txt
TomAugspurger
pushed a commit
that referenced
this issue
May 20, 2017
pcluo
pushed a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
…._get_xticks (pandas-dev#14540) TST: add test for fix of pandas-dev#12405 DOC: update whatsnew/v0.20.2.txt
stangirala
pushed a commit
to stangirala/pandas
that referenced
this issue
Jun 11, 2017
…._get_xticks (pandas-dev#14540) TST: add test for fix of pandas-dev#12405 DOC: update whatsnew/v0.20.2.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xref #8914
So this gives you a plot with one of the values in the year 1677, September 22, so the minimum possible Timestamp.
This is of course not correct, but there are two things:
Timestamp.min
There is a related issue about
plt.plot(pd.NaT)
erroring (#9253), but in this case it is pandas code that gives wrong results, so we have more control over this. I find it also strange that this does not error as in the pd.NaT case, but converts the NaT to Timestamp.min (but didn't look into detail)The text was updated successfully, but these errors were encountered: