Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 42a1d29

Browse files
committed
Clarify README.md
1 parent 1b6f98c commit 42a1d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ By default, `to_root` erases the existing contents of the file. Use `mode='a'` t
8484
for df in read_root('bigfile.root', chunksize=100000):
8585
df.to_root('out.root', mode='a')
8686
```
87-
When doing this, you shouldn't forget to `os.remove` the file first, otherwise you will append more and more data to it on each run of your program.
87+
When doing this to stream data from one ROOT file into another, you shouldn't forget to `os.remove` the output file first, otherwise you will append more and more data to it on each run of your program.
8888

8989

0 commit comments

Comments
 (0)