-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
Documentation problem
Documentation is blank.
Suggested fix for documentation
Write documentation for the property.
Looking at the source it seems like the definition is
@property
def seconds(self) -> int: ...
Which unfortunately I do not understand. I just learned that Python has an ellipsis object. All I know is that the thing I really wanted was total_seconds(). I got a nonsense answer using seconds and wanted to figure out what happend.
Metadata
Metadata
Assignees
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member