We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f232323 commit 7ed9d61Copy full SHA for 7ed9d61
pyindicators/indicators/exponential_moving_average.py
@@ -40,7 +40,6 @@ def ema(
40
"exist in the DataFrame."
41
)
42
43
-
44
if result_column is None:
45
result_column = f"ema_{source_column}_{period}"
46
0 commit comments