Hi everyone, I was trying to using `pd.read_parque...
# ask-community
a
Hi everyone, I was trying to using
pd.read_parquet(bucket, key)
to read the parquet files as pandas df earlier which doesn't seem to work with my new setup probably compatibility issue of pandas or some other module's version. I tried using s3 blocks to read but it keeps giving the same error of
file not found
. Anyone aware about what might be wrong?
Copy code
from prefect.filesystems import S3
s3_block = S3.load("block-name")
s3_block.read_path('key')