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

Workaround pandas bug in datetimes with time zones #3910

Merged
merged 1 commit into from
Nov 20, 2017

Commits on Nov 20, 2017

  1. Workaround pandas bug in datetimes with time zones

    A bug in to_dict(orient="records") in pandas/core/frame.py prevents
    datetimes with time zones to be worked with. This works around the
    issue in superset by re-implementing the logic of pandas in the
    correct way. Until pandas fixes the issue this code should stay.
    
    pandas-dev/pandas#18372
    
    This closes apache#1929
    bolkedebruin committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e95e3ef View commit details
    Browse the repository at this point in the history