You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -813,6 +813,18 @@ Raises if
813
813
- something is wrong about the command arguments
814
814
- etc.
815
815
816
+
## About Pandas Copy-on-Write (CoW) Mode
817
+
818
+
Since `1.3.0`, `stock-pandas` starts to support pandas [copy-on-write mode](https://pandas.pydata.org/pandas-docs/stable/user_guide/copy_on_write.html#copy-on-write-cow)
819
+
820
+
You could enable pandas copy-on-write mode by using `pd.options.mode.copy_on_write = True`
0 commit comments