Skip to content

Commit 2285478

Browse files
committed
1.3.0: fixes #27: updates README.md about CoW
1 parent b6ac250 commit 2285478

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,18 @@ Raises if
813813
- something is wrong about the command arguments
814814
- etc.
815815

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`
821+
822+
or using the environment variable:
823+
824+
```sh
825+
export STOCK_PANDS_COW=1
826+
```
827+
816828
****
817829

818830
## Advanced Sections

0 commit comments

Comments
 (0)