is_single_series

is_single_series(y)[source]

Check if input is a single time series.

Parameters:
yAny object
Returns:
bool

True if y is one of VALID_DATA_TYPES a valid shape with unique columns.