Skip to content

featurebyte.Target.atan

atan( ) -> FrozenSeriesT

Description

Get the arctan value of each element in the Series.

Returns

  • FrozenSeriesT
    Series or Feature with rounded values

Examples

>>> view = catalog.get_view("GROCERYINVOICE")
>>> view["AmountAtan"] = view["Amount"].atan()