This raises
s = Series(range(5),pd.timedelta_range('1day',periods=5))
s.plot()
This will show the timedeltas with a formatted (albeit string index)
s.index = s.index.format()
s.plot()
wonder if we can just register a converter somehow? like #8614
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4