Skip to content

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