pandas.tseries.offsets.Nano.nanos#

Nano.nanos#

Returns an integer of the total number of nanoseconds.

See also

tseries.offsets.Hour.nanos

Returns an integer of the total number of nanoseconds.

tseries.offsets.Day.nanos

Returns an integer of the total number of nanoseconds.

Examples

>>> pd.offsets.Hour(5).nanos
18000000000000
Morty Proxy This is a proxified and sanitized view of the page, visit original site.