Skip to content

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.

Notifications You must be signed in to change notification settings

Lucas-a-pereira/time-series-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages