Tell us what’s happening:
My code has passed all tests except the above mentioned test, but my code does produce the correct figure with all appropriate bar plots, ticks and labels. I believe I have developed alternate method to achieve the same goal that the test cases have not considered. My code does not use the unstack() method to alter the df_bar dataframe and create null values for the first four months in 2016, instead my code iterates over the initial 44 monthly averages and plots them accordingly. The result is less bars that what the test case expects, but my code still produces an image identical to the Figure_2.png image.
I would like my code to be assessed and accepted as a valid solution to this challenge.
Your code so far
My code is here.
Challenge: Page View Time Series Visualizer
Link to the challenge: