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 @@ -111,7 +111,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
111
111
-i " pandas.core.resample.Resampler.var SA01" \
112
112
-i " pandas.errors.IntCastingNaNError SA01" \
113
113
-i " pandas.errors.NullFrequencyError SA01" \
114
- -i " pandas.errors.NumExprClobberingError SA01" \
115
114
-i " pandas.errors.NumbaUtilError SA01" \
116
115
-i " pandas.errors.PerformanceWarning SA01" \
117
116
-i " pandas.errors.UndefinedVariableError PR01,SA01" \
Original file line number Diff line number Diff line change @@ -538,6 +538,11 @@ class NumExprClobberingError(NameError):
538
538
to 'numexpr'. 'numexpr' is the default engine value for these methods if the
539
539
numexpr package is installed.
540
540
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
+
541
546
Examples
542
547
--------
543
548
>>> df = pd.DataFrame({"abs": [1, 1, 1]})
You can’t perform that action at this time.
0 commit comments