yhat / ggpy

ggplot port for python
http://yhat.github.io/ggpy/
BSD 2-Clause "Simplified" License
3.69k stars 573 forks source link

Add a dynamic import of timestamp from pandas #669

Open dcdanko opened 4 years ago

dcdanko commented 4 years ago

Pandas seems to have moved the timestamp import over version, see this [issue] on stack overflow (https://stackoverflow.com/questions/50591982/importerror-cannot-import-name-timestamp)

Note that I had this issue separately from the SO question so it's at least somewhat widespread