Skip to content
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

change to imports for pandas Timestamp module #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 2, 2018

  1. change to imports for pandas Timestamp module

    pandas 0.23.0
    ggplot 0.11.5
    
    changed `from pandas.lib import Timestamp` to `from pandas import Timestamp`, might break compability with old pandas.
    
    an alternative may be to do a try except....? which might look pretty bad, but I haven't really researched into how to support multiple pandas versions with different import endpoints.
    
    reference: https://stackoverflow.com/questions/50591982/importerror-cannot-import-name-timestamp
    panzerstadt authored Jun 2, 2018
    Configuration menu
    Copy the full SHA
    670ff04 View commit details
    Browse the repository at this point in the history