Walter_C
Databricks Employee
Databricks Employee

May I know the exact error message being received?

Can you confirm you have the following set:

To read Parquet files from S3 into a Pandas DataFrame, you need to ensure that the necessary libraries (fsspec and s3fs) are installed and that the appropriate credentials are provided. Here are the steps you can follow:

 

  1. Install the required libraries:

    %pip install fsspec s3fs
  2. Provide AWS credentials: You need to ensure that your AWS credentials are accessible to s3fs.