[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.compute.is_dst.html [Back]  [Original]

pyarrow.compute.is_dst — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.is_dst#

pyarrow.compute.is_dst(values, /, *, memory_pool=None)#

Extracts if currently observing daylight savings.

IsDaylightSavings returns true if a timestamp has a daylight saving offset in the given timezone. Null values emit null. An error is returned if the values do not have a defined timezone.

Parameters:
valuesArray-like or scalar-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.


Web Proxy Viewer  |  New URL  |  Original Page