I have seen this: How to read a csv file from an s3 bucket using Pandas in Python
I am wondering if there is a way to not use ByteIO since it involves a copy (or so I believe). Is there a zero-copy way of using the bytes downloaded to initialize a pandas dataframe?