File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
111111 -i " pandas.core.resample.Resampler.var SA01" \
112112 -i " pandas.errors.IntCastingNaNError SA01" \
113113 -i " pandas.errors.NullFrequencyError SA01" \
114- -i " pandas.errors.NumExprClobberingError SA01" \
115114 -i " pandas.errors.NumbaUtilError SA01" \
116115 -i " pandas.errors.PerformanceWarning SA01" \
117116 -i " pandas.errors.UndefinedVariableError PR01,SA01" \
Original file line number Diff line number Diff line change @@ -538,6 +538,11 @@ class NumExprClobberingError(NameError):
538538 to 'numexpr'. 'numexpr' is the default engine value for these methods if the
539539 numexpr package is installed.
540540
541+ See Also
542+ --------
543+ eval : Evaluate a Python expression as a string using various backends.
544+ DataFrame.query : Query the columns of a DataFrame with a boolean expression.
545+
541546 Examples
542547 --------
543548 >>> df = pd.DataFrame({"abs": [1, 1, 1]})
You can’t perform that action at this time.
0 commit comments