Skip to content

Commit

Permalink
1.3.0: fixes #27: updates README.md about CoW
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Oct 11, 2024
1 parent b6ac250 commit 2285478
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,18 @@ Raises if
- something is wrong about the command arguments
- etc.

## About Pandas Copy-on-Write (CoW) Mode

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)

You could enable pandas copy-on-write mode by using `pd.options.mode.copy_on_write = True`

or using the environment variable:

```sh
export STOCK_PANDS_COW=1
```

****

## Advanced Sections
Expand Down

0 comments on commit 2285478

Please sign in to comment.