amazon-sagemaker-examples icon indicating copy to clipboard operation
amazon-sagemaker-examples copied to clipboard

Cw/remove deprecated pd.io.json

Open caseywhorton opened this issue 3 months ago • 5 comments

Issue #, if available: No Issue Number.

Description of changes: The function pd.io.json.json_normalize has been deprecated, and returns an error whenever a user runs the notebooks that use the function. I found this while going through the data quality and model quality notebooks.

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

  • [x ] I have read the CONTRIBUTING doc and adhered to the example notebook best practices
  • [ x] I have updated any necessary documentation, including READMEs
  • [ x] I have tested my notebook(s) and ensured it runs end-to-end
  • [x ] I have linted my notebook(s) and code using black-nb -l 100 {path}/{notebook-name}.ipynb

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

caseywhorton avatar Mar 30 '24 14:03 caseywhorton