Function add_technical_indicators
Source pub fn add_technical_indicators(df: &mut DataFrame) -> PolarsResult<DataFrame>
Expand description
Adds all technical indicators to the DataFrame
§Arguments
df
- DataFrame to add indicators to
§Returns
Returns a PolarsResult containing the enhanced DataFrame