AlenkaF commented on code in PR #13564:
URL: https://github.com/apache/arrow/pull/13564#discussion_r922024321
##########
python/pyarrow/_fs.pyx:
##########
@@ -521,6 +721,28 @@ cdef class FileSystem(_Weakrefable):
The path of the file or the directory to be moved.
dest : str
The destination path where the file or directory is moved to.
+
+ Examples
+ --------
+ Create a new folder with a file:
+
+ >>> local.create_dir('/tmp/other_dir')
Review Comment:
I didn't want to delete the file from `tmp_path` so I created a new one in
`tmp` for `move` and `delete` examples and then deleted the newly created
files/folders.
--
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]