Skip to content

Commit 4507272

Browse files
committed
Add Copy-on-Write discussion
1 parent 69348b5 commit 4507272

File tree

2 files changed

+1699
-0
lines changed

2 files changed

+1699
-0
lines changed

source-code/pandas/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ easy to use.
2626
1. `screenshots`: screenshots made for the slides.
2727
1. `generate_csv_files.py`: script to generate CSV files in different
2828
formats.
29+
1. `copy_on_write.ipynb`: Jupyter notebook that illustrates how data is shared
30+
between related notebooks and the role Copy-on-Write plays in order to
31+
prevent accidental data modifications in more than one dataframe.

0 commit comments

Comments
 (0)