pynapple.core.time_series.Tsd.dropna#

Tsd.dropna(update_time_support=True)#

Drop every rows containing NaNs. By default, the time support is updated to start and end around the time points that are non NaNs. To change this behavior, you can set update_time_support=False.

Parameters:

update_time_support (bool, optional)

Returns:

The time series without the NaNs

Return type:

Tsd, TsdFrame or TsdTensor