This is an automated email from the ASF dual-hosted git repository.

timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 09b929a6 Documentation updates: mention correct dataset on basics page 
(#1081)
09b929a6 is described below

commit 09b929a65c27ce8c58563d4def8d79b426ae47e2
Author: Florian Schäfer <[email protected]>
AuthorDate: Sun Mar 30 14:45:49 2025 +0200

    Documentation updates: mention correct dataset on basics page (#1081)
    
    * Documentation updates: mention correct dataset on basics page
    
    * Update docs/source/user-guide/basics.rst
    
    Co-authored-by: Kevin Liu <[email protected]>
    
    * Make download hint more concise
    
    ---------
    
    Co-authored-by: Kevin Liu <[email protected]>
---
 docs/source/user-guide/basics.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/user-guide/basics.rst 
b/docs/source/user-guide/basics.rst
index f37378a4..6636c0c6 100644
--- a/docs/source/user-guide/basics.rst
+++ b/docs/source/user-guide/basics.rst
@@ -20,8 +20,8 @@
 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 
([download](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).
 
 .. ipython:: python
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to