Skip to content
Snippets Groups Projects
Commit 530e878b authored by Niklas Selke's avatar Niklas Selke
Browse files

Added missing import statements to the deseasonalization code.

parent 25e80388
No related branches found
No related tags found
2 merge requests!5Modified the test for the 'value_count' statistic. Now all available sampling...,!3Niklas issue009 feat calculate quantile regression
......@@ -4,6 +4,8 @@ This module contains the following function:
deseasonalize - calculate the trend using the requested method
"""
import numpy as np
import pandas as pd
import statsmodels.formula.api as smf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment