Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def squeeze(self, axis=None):
a 1
Name: 0, dtype: int64

Squeezing all axes wil project directly into a scalar:
Squeezing all axes will project directly into a scalar:

>>> df_0a.squeeze()
1
Expand Down