Everything you need to know about the recent changes — As of May 13, 2022, access to the NYC Taxi data has changed. Parquet has now become the new default file format, instead of CSV. Practically, this means you will need to change two things in your code: Change the path to the S3 bucket Use the dd.read_parquet() method instead…