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

BUG: Fix index type casting in read_json with orient='table' and float index (#25433) #25434

Merged
merged 7 commits into from
Feb 28, 2019

Commits on Feb 24, 2019

  1. Fix bug when index type casting in read_json table (pandas-dev#25433)

    Albert Villanova del Moral committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    f536046 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Albert Villanova del Moral committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    98333da View commit details
    Browse the repository at this point in the history
  3. Add tests (pandas-dev#25435)

    Albert Villanova del Moral committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    7cf9716 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Address requested changes

    Albert Villanova del Moral committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c0bce78 View commit details
    Browse the repository at this point in the history
  2. Test error message matches

    Albert Villanova del Moral committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    85fddb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Address requested changes

    Albert Villanova del Moral committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fd0822b View commit details
    Browse the repository at this point in the history
  2. Fix test

    Albert Villanova del Moral committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    5c5f3d6 View commit details
    Browse the repository at this point in the history