File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1835,6 +1835,21 @@ class Timedelta(_Timedelta):
1835
1835
Values for construction in compat with datetime.timedelta.
1836
1836
Numpy ints and floats will be coerced to python ints and floats.
1837
1837
1838
+ **Attributes
1839
+ --------
1840
+ resolution: Timedelta
1841
+ Represents the smallest difference between two time units that can be represented
1842
+ by the Timedelta object.
1843
+ Fixed at 0 days 00:00:00.000000001 (1 nanosecond).
1844
+ min : Timedelta
1845
+ Returns the minimum Timedelta value that can be created or used in
1846
+ pandas operations.
1847
+ Fixed at -106752 days +00:12:43.145224193
1848
+ max : Timedelta
1849
+ Returns the maximum Timedelta value that can be created or used in
1850
+ pandas operations.
1851
+ Fixed at 106751 days 23:47:16.854775807.
1852
+
1838
1853
See Also
1839
1854
--------
1840
1855
Timestamp : Represents a single timestamp in time.
You can’t perform that action at this time.
0 commit comments