pitrou commented on a change in pull request #11479:
URL: https://github.com/apache/arrow/pull/11479#discussion_r742940043



##########
File path: docs/source/python/getstarted.rst
##########
@@ -84,6 +94,12 @@ Saving and loading back data in arrow is usually done through
 :ref:`Parquet <parquet>`, :ref:`IPC format <ipc>` (:ref:`feather`), 
 :ref:`CSV <csv>` or :ref:`Line-Delimited JSON <json>` formats.
 
+.. note::
+    The above example uses a *relative* file path. This means that the file
+    `birthdays.parquet` will be created in the current working directory

Review comment:
       By the way, I don't understand why this note is useful. This is really 
basics of file access in any programming language including the shell.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to