You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some movingaverage functions located in both aag/plotter.py and aag/weather.py which could be consolidated into an aag/utils.py file. Since data is now read into a pandas dataframe the functions could probably also be replaced with the DataFrame.rolling function.
The text was updated successfully, but these errors were encountered:
There are some movingaverage functions located in both
aag/plotter.py
andaag/weather.py
which could be consolidated into anaag/utils.py
file. Since data is now read into a pandas dataframe the functions could probably also be replaced with theDataFrame.rolling
function.The text was updated successfully, but these errors were encountered: