pandas#

Pandas utility functions for time series data processing.

This module provides utility functions for working with pandas time series data.

Functions#

combine_timeseries_indexes(indexes)

Combine multiple datetime indexes into a single sorted index.

nan_aware_weighted_mean(values, weights)

Weighted mean that redistributes NaN values' weights proportionally.

normalize_to_unit_sum(df)

Normalize each column so absolute values sum to 1.0.

unsafe_sorted_range_slice_idxs(data, start, end)

Get sorted slice indices for a datetime range.