File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1895,18 +1895,15 @@ class Timedelta(_Timedelta):
18951895
18961896 Attributes
18971897 ----------
1898- resolution: Timedelta
1898+ resolution : Timedelta
18991899 Represents the smallest difference between two time units that can be
19001900 represented by the Timedelta object.
1901- Fixed at 0 days 00:00:00.000000001 (1 nanosecond).
19021901 min : Timedelta
19031902 Returns the minimum Timedelta value that can be created or used in
19041903 pandas operations.
1905- Fixed at -106752 days +00:12:43.145224193
19061904 max : Timedelta
19071905 Returns the maximum Timedelta value that can be created or used in
19081906 pandas operations.
1909- Fixed at 106751 days 23:47:16.854775807.
19101907
19111908 See Also
19121909 --------
You can’t perform that action at this time.
0 commit comments