This tutorial is on how to read files stored in AWS S3 into a Vaex Dataframe. In this tutorial, I use both single and multiple parquet files as an example. I also discuss how you can read in selective files with another read method. Finally, I walk through how to read an entire parquet dataset in your data lake.
Vaex Documentation: https://vaex.io/docs/api.html#vaex.open
#Vaex, #Python