Skip to content

Commit

Permalink
Update web/pandas/pdeps/0007-copy-on-write.md
Browse files Browse the repository at this point in the history
Co-authored-by: Irv Lustig <[email protected]>
  • Loading branch information
jorisvandenbossche and Dr-Irv authored Oct 6, 2023
1 parent ed64c1f commit 55e1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pandas/pdeps/0007-copy-on-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Short summary of the proposal:
views as much as possible under the hood, while ensuring the user API behaves as a
copy.
3. As a consequence, if you want to modify an object (DataFrame or Series), the only way
to do this is to modify that object itself directly.
to do this is to directly modify that object itself .

This addresses multiple aspects: 1) a clear and consistent user API (a clear rule: _any_
subset or returned series/dataframe **always** behaves as a copy of the original, and
Expand Down

0 comments on commit 55e1685

Please sign in to comment.