Giter Club home page Giter Club logo

ming-d-bigdata / coviddataprobe Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18 KB

A prepared environment for beginners to start on data science(Python, Jupyter and Pandas), with code retrieving real time Covid-19 case open data, and sample plotting scripts.

License: MIT License

Dockerfile 3.14% Python 47.67% CSS 2.21% HTML 11.18% Jupyter Notebook 28.38% Shell 7.41%
covid python pandas jupyter-notebook data data-science ottawa toronto toronto-open-data

coviddataprobe's Introduction

Everybody is wondering about 2020-2021 Covid-19 pandemic and want to understand what is going on. It will help if you have some data in hand and have some easy ways to look into specific indicators you have in mind.

Some government organiztions publish limited sets of data as their data open initiatives. If you are new to data science and want to get a quick start, you can try with this project. By following the instructions, you will be able to run your own analysis in 15 minutes.

###Setup

  1. Install Docker Desktop software from Docker.com to your workstation(Windows, Mac, Linux)
  2. Checkout and run prepared docker image from DockerHub to your workstation. It will set up and launch a local web server on your own workstation.

###Features

  1. With a provided link, you will be able to access locally hosted Jupyter Notebooks web service, see sample analysis programs(with source code) for Ottawa and Toronto open data.
  2. You can run data refresh daily to get latest number updates, like most of people do these days.
  3. You will be able to work on your own Python programs, with raw data you downloaded from other sources.

###Usage

Download and run the docker image

$ docker run --name optional_container_name -v vol01:/home/jovyan/vol_mount -p 2021:8888 -p 2020:5000 bigdata2020c/covid_data_probe

Providing container name is optional. Assuming you have created a volume named "vol01" when installing Docker software.

For Windows user, the easist way is to paste above line into CMD line prompt, after customizing container name and volume name "vol01". Or you can put these parameters into pop-up configuration dialog after you click "Run" in dashboard page of Docker Desktop. The params include port mapping from container's 8888 to local desktop's 2021, 5000 to 2020, and a volume mount path inside the container as "/home/jovyan/vol_mount".

Browse to following link on your workstation

http://127.0.0.1:2020

###Note

Current sample datasets includes open data for Ottawa and Toronto. You can add data for your own city and work with your analysis algorithm or plotting. I might be able to help if you have particular requirements and suggestions.

Vesion: 1.0.1

##Contributors bigdata2020c at GMAIL

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.