How to read SAS7BDAT file from S3

114 views Asked by At

I have a file.SAS7bDAT file in AWS S3 bucket. I need to read this file into a dataframe directly using boto3 client for further processing.

How can I read it in a dataframe using boto3 S3 client? Please advise.

0

There are 0 answers