File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
109
109
-i " pandas.core.resample.Resampler.std SA01" \
110
110
-i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
111
111
-i " pandas.core.resample.Resampler.var SA01" \
112
- -i " pandas.errors.ChainedAssignmentError SA01" \
113
112
-i " pandas.errors.DuplicateLabelError SA01" \
114
113
-i " pandas.errors.IntCastingNaNError SA01" \
115
114
-i " pandas.errors.InvalidIndexError SA01" \
Original file line number Diff line number Diff line change @@ -487,6 +487,11 @@ class ChainedAssignmentError(Warning):
487
487
For more information on Copy-on-Write,
488
488
see :ref:`the user guide<copy_on_write>`.
489
489
490
+ See Also
491
+ --------
492
+ options.mode.copy_on_write : Global setting for enabling or disabling
493
+ Copy-on-Write behavior.
494
+
490
495
Examples
491
496
--------
492
497
>>> pd.options.mode.copy_on_write = True
You can’t perform that action at this time.
0 commit comments