Skip to content

Commit 3791cf6

Browse files
committed
fixup docstring
1 parent b6f4961 commit 3791cf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/col.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ def col(col_name: Hashable) -> Expression:
238238
`pandas.api.typing.Expression`
239239
A deferred object representing a column of a DataFrame.
240240
241+
See Also
242+
--------
243+
DataFrame.query : Query columns of a dataframe using string expressions.
244+
241245
Examples
242246
--------
243247

0 commit comments

Comments
 (0)