We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451aa4e commit a061e39Copy full SHA for a061e39
pandas/core/frame.py
@@ -7746,8 +7746,10 @@ def select_by_substr(
7746
7747
See Also
7748
--------
7749
- DataFrame.filter : Subset the columns or rows of a DataFrame according to labels or a boolean array.
7750
- DataFrame.loc : Access a group of rows and columns by label(s) or a boolean array.
+ DataFrame.filter : Subset the columns or rows of a DataFrame according to
+ labels or a boolean array.
7751
+ DataFrame.loc : Access a group of rows and columns by label(s) or a
7752
+ boolean array.
7753
7754
Notes
7755
-----
0 commit comments