We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dfe2a commit 5ca9fb1Copy full SHA for 5ca9fb1
README.md
@@ -48,7 +48,7 @@ Indicators that help to determine the direction of the market (uptrend, downtren
48
Moving average that gives more weight to recent data points by applying a weighting factor to the data points.
49
50
```python
51
-def wma(data: Union[PandasDataFrame, PolarsDataFrame], source_column: str, period: int, result_column: Optional[str] = None) -> Union[PdDataFrame, PlDataFrame]
+def wma(data: Union[PandasDataFrame, PolarsDataFrame], source_column: str, period: int, result_column: Optional[str] = None) -> Union[PandasDataFrame, PolarsDataFrame]
52
```
53
54
0 commit comments