Skip to content

TST: add read_json test with date values GH33787 #42894

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

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

horaceklai
Copy link
Contributor

First attempt at contributing to pandas, or any open source projects! I think all the linting tests passed, since I installed and used the pre-commit package described in the documentation and everything was either passed or skipped.

This change added a short test for GH33787, which was to make sure that read_json was able to convert lists with date values.

@jreback jreback added IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite labels Aug 4, 2021
@jreback jreback added this to the 1.4 milestone Aug 4, 2021
@jreback jreback merged commit 00cf19f into pandas-dev:master Aug 5, 2021
@jreback
Copy link
Contributor

jreback commented Aug 5, 2021

thanks @horaceklai

feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Pandas 1.0.x read_json unable to convert lists with date values
2 participants