We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69348b5 commit 4507272Copy full SHA for 4507272
source-code/pandas/README.md
@@ -26,3 +26,6 @@ easy to use.
26
1. `screenshots`: screenshots made for the slides.
27
1. `generate_csv_files.py`: script to generate CSV files in different
28
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