Skip to content

jon-michael-c/Basic-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Basic Data Analysis: Most Summer Olympic Medals By Country

Intro

This data analysis process takes a CSV file, excutes via makefile, and displays using python's pandas. The dataset is taken from Kraggle. The program shows the top 20 most summer Olympic medals by country from years 1896 to 2014.

Requirements to Run

Displaying the Results

On the terminal:
  1. Use make to run the makefile program.
  2. The program will download the CSV file using curl
  3. Then process the data using python's pandas and numpy packages.
  4. Data should be then displayed on the console.

The results will also be stored in an html file if completely successfully.

Expected output from the terminal:

Screenshot from 2021-07-29 00-21-12

About

Writing a script that analyzes data given csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors