A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/7611 below:

to_timedelta does not recognize 'h' and 'm' units · Issue #7611 · pandas-dev/pandas · GitHub

print pd.to_timedelta(1,unit='D')
print pd.to_timedelta(1,unit='h')
print pd.to_timedelta(1,unit='m')
print pd.to_timedelta(1,unit='s')
print pd.to_timedelta(1,unit='ms')
print pd.to_timedelta(1,unit='us')
print pd.to_timedelta(1,unit='ns')
86400000000000 nanoseconds
1 nanoseconds
1 nanoseconds
1000000000 nanoseconds
1000000 nanoseconds
1000 nanoseconds
1 nanoseconds

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4