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

fix: update pandas.read_json syntax #9

Merged
merged 1 commit into from
Aug 17, 2024
Merged

fix: update pandas.read_json syntax #9

merged 1 commit into from
Aug 17, 2024

Conversation

alubbock
Copy link
Owner

Pandas has deprecated read_json(string), so we now use read_json(StringIO) instead. README has been updated with new syntax.

Pandas has deprecated read_json(string), so we now use
add a get_results() wrapper which calls read_json()
appropriately. README updated with the new syntax.
@alubbock alubbock merged commit 07dafa4 into main Aug 17, 2024
16 checks passed
@alubbock alubbock deleted the fix-read-json branch August 17, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant