aws-samples / sagemaker-101-workshop

Hands-on demonstrations for data scientists exploring Amazon SageMaker
76 stars 47 forks source link

Upgrade pandas/s3fs to fix errors in autopilot nb #22

Closed athewsey closed 2 years ago

athewsey commented 2 years ago

Issue #, if available: N/A

Description of changes:

Add a !pip command to update pandas and s3fs in the autopilot notebook, to avoid compatibility issues in the current SMStudio Data Science kernel for some of the functions we use (e.g. read_csv from S3, and optionally using df.info())


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.