Path: blob/master/AWS/AWS_Read_dataframe_from_S3.ipynb
2973 views
Kernel: Python 3
AWS - Read dataframe from S3
Tags: #aws #cloud #storage #S3bucket #operations #snippet #dataframe
Author: Maxime Jublou
Last update: 2023-11-20 (Created: 2022-04-28)
Description: This notebook demonstrates how to read a dataframe from an Amazon Web Services (AWS) Simple Storage Service (S3) bucket.
Input
Import libraries
In [ ]:
Setup variables
Mandatory
aws_access_key_id
: This variable is used to store the AWS access key ID.aws_secret_access_key
: This variable is used to store the AWS secret access key.bucket_path
: The name of the S3 bucket from which you want to list the files.
In [ ]:
Model
Set environ
In [ ]:
Get dataframe
In [ ]:
Output
Display result
In [ ]: