Skip to content

Commit dd4f63d

Browse files
Typing select *args
1 parent 527d1d7 commit dd4f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,7 @@ def _get_item(self, item: Hashable) -> Series:
44794479
# ----------------------------------------------------------------------
44804480
# Unsorted
44814481

4482-
def select(self, *args):
4482+
def select(self, *args: Hashable | list[Hashable]):
44834483
"""
44844484
Select a subset of columns from the DataFrame.
44854485

0 commit comments

Comments
 (0)