Giter Site home page Giter Site logo

1c3t3a / covid-19-analysis Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 144 MB

Analyses and visualizes WHO data of the COVID-19 pandemic.

License: MIT License

Jupyter Notebook 97.06% Python 2.49% C# 0.21% Dockerfile 0.01% Swift 0.24%
csharp docker-image fastapi hacktoberfest jupyter-notebook matplotlib pandas python3 restful-api

covid-19-analysis's People

Contributors

1c3t3a avatar cmbtea avatar colin1860 avatar dependabot-preview[bot] avatar dependabot[bot] avatar kariustobias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

covid-19-analysis's Issues

When drawing multiple plots in once the first plot will not be formatted as it should be

The first plot will not show a title and the grid is missing. The second plot is okay.

`
fig, ax = plt.subplots(2, 1, figsize = (12,16))
for axis in ax:
axis.xaxis_date()

mi.plot(ax = ax[0])
plt.yscale('linear')
plt.title('Cummulated cases since 31.12.2019')
plt.grid(True)

mi.plot(ax = ax[1])
plt.yscale('log')
plt.title('Logarithmic cummulated cases since 31.12.2019')
plt.grid(True)

plt.show()`

Add a text field to add a group of GeoIDs

Instead of having a hardcoded list of countries being displayed it would be nice to have a comma separated list of GeoIDs as a input text field in Jupiter. The list should be of any length. The Python file should be also updated to have such a list of countries.

Refactor structure

The idea is, to have a Base Interface for all Characteristics that we want to analyze. Concrete characteristics will implement that interface. The plotting part should be done in a separate class so that the notebook ist just using calls to all mentioned classes (adding one layer of abstraction to the project).

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.