Skip to content

featurebyte.Feature.acos

acos( ) -> FrozenSeriesT

Description

Get the arccos 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"].acos()