/time-series-visualizer

Creating function to visualize time series data. The dataset contains the number of page views each day on the freeCodeCamp.org forum from 2016-05-09 to 2019-12-03.

Primary LanguagePython

time-series-visualizer

Using the main Python data visualization libraries (Pandas, Matplotlib and Seaborn) to create functions that return graphs for temporal data analysis (example below). The data used were taken from a dataset containing the number of page views each day on the freeCodeCamp.org forum from 2016-05-09 to 2019-12-03.

draw_bar_plot function: alt text

draw_line_plot function: alt text

draw_box_plot function: alt text