Skip to content

featurebyte.Feature.tan

tan( ) -> FrozenSeriesT

Description

Get the tan value of each element in the Series.

Returns

  • FrozenSeriesT
    Series or Feature with rounded values

Examples

>>> view = catalog.get_view("GROCERYINVOICE")
>>> view["AmountCos"] = view["Amount"].tan()