Answer the Following questions use python jupyter notebook What was…
Question Answer the Following questions use python jupyter notebook What was… Answer the Following questions use python jupyter notebookWhat was the percent increase in value from Jan 2009 to Jan 2019?What was the percentage decrease from Jan 2008 to Jan 2009?What was the value difference between Jan 2008 and Jan 2009?Create a bar plot showing the average value in millions of dollars per year. This should show something like this Task 2: – For this set of exercises we’re using data from the Federal Reserve Economic Database (FRED) concerning the Industrial Production Index for Electricity and Gas Utilities from January 1970 to December 1989. Import all-important library and show the head of file Energy Productions.csvAssign a frequency of’MS’ to the Data time index.Plot the data set on the graphAdd a column that shows a 12-month simple moving average (SMA)Add a column that shows an Exponentially Weighted Moving Average (EWMA) with a span of 12 using the statsmodels SimpleExpSmoothing function. Plot the result. i just want the method of doing this becouse of i can not uplod my scv file here . Computer Science Engineering & Technology Python Programming ENG 2001 Share QuestionEmailCopy link Comments (0)


