amol- commented on a change in pull request #11479:
URL: https://github.com/apache/arrow/pull/11479#discussion_r737278893



##########
File path: docs/source/python/getstarted.rst
##########
@@ -80,6 +80,13 @@ data will be as quick as possible
 
     reloaded_birthdays
 
+.. ipython:: python
+   :suppress:
+
+   import os
+
+   os.remove("birthdays.parquet")

Review comment:
       Might it be better to move the `os.remove` call _before_ the 
`pq.write_table`? So that even if you interrupt building or something crashes 
you are still able to restart the build without facing "file already exists" 
errors.




-- 
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