Giter Site home page Giter Site logo

covid-cdc-dataset-analysis's Introduction

Python CDC Covid Analysis CLI

This was a project for my CSCE 364 Data Mining and Machine Learning course

CLI Menu Items

  1. Duplicate the original file, save it into the project directory
  2. Copy the data from the original data (data is all rows except rows 1,2,3) into the project directory
  3. Extract and display the file title (first row of data)
  4. Extract and display the file generation/run-date (second row of data)
  5. Extract and display the row column names, as a list (third row of data)
  6. Extract and display data from csv file as a list of lists (each row is a list)
  7. Extract and display the most recent five days of data (date and cases reported)
  8. Extract and display the highest number of cases on a single day (date and cases)
  9. Extract and display the highest ten days of cases (date and cases)
  10. Extract and display a summary of each month of data provided. Create a nicely formatted display that shows the month name, the total cases for the month, and the average daily cases for that month.
  11. Bonus use matplot lib to create a visualization (i.e., a pie chart, or bar chart) that displays summary data.

covid-cdc-dataset-analysis's People

Contributors

tommyneu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.