kevinjqliu commented on code in PR #1081: URL: https://github.com/apache/datafusion-python/pull/1081#discussion_r2009189110
########## docs/source/user-guide/basics.rst: ########## @@ -20,8 +20,9 @@ Concepts ======== -In this section, we will cover a basic example to introduce a few key concepts. We will use the same -source file as described in the :ref:`Introduction <guide>`, the Pokemon data set. +In this section, we will cover a basic example to introduce a few key concepts. We will use the +[2021 Yellow Taxi Trip Records](https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet) dataset +from the [TLC Trip Record Data](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page). Review Comment: nit: dont hyperlink the parquet file since it will be automatically downloaded. or similar to the introduction page, do something like this ```suggestion In this section, we will cover a basic example to introduce a few key concepts. We will use the 2021 Yellow Taxi Trip Records that you can download [here](https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet), from the [TLC Trip Record Data](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org