visions.functional.infer_series_type

visions.functional.infer_series_type(series, typeset)[source]

Infer the current type of the series given the typeset

Parameters
  • series (Series) – the Series to infer the type of

  • typeset (VisionsTypeset) – the Typeset that provides the type context

Return type

Type[VisionsBaseType]

Returns

The inferred type of the series