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 @@ -113,7 +113,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
113
113
-i " pandas.errors.IntCastingNaNError SA01" \
114
114
-i " pandas.errors.InvalidIndexError SA01" \
115
115
-i " pandas.errors.NullFrequencyError SA01" \
116
- -i " pandas.errors.NumExprClobberingError SA01" \
117
116
-i " pandas.errors.NumbaUtilError SA01" \
118
117
-i " pandas.errors.OutOfBoundsTimedelta SA01" \
119
118
-i " pandas.errors.PerformanceWarning SA01" \
Original file line number Diff line number Diff line change @@ -510,6 +510,11 @@ class NumExprClobberingError(NameError):
510
510
to 'numexpr'. 'numexpr' is the default engine value for these methods if the
511
511
numexpr package is installed.
512
512
513
+ See Also
514
+ --------
515
+ eval : Evaluate a Python expression as a string using various backends.
516
+ DataFrame.query : Query the columns of a DataFrame with a boolean expression.
517
+
513
518
Examples
514
519
--------
515
520
>>> df = pd.DataFrame({"abs": [1, 1, 1]})
You can’t perform that action at this time.
0 commit comments