项目作者: tjbtjbtjb

项目描述 :
CoCoA python package
高级语言: Jupyter Notebook
项目地址: git://github.com/tjbtjbtjb/CoCoA.git
创建时间: 2020-04-29T16:16:44Z
项目社区:https://github.com/tjbtjbtjb/CoCoA

开源协议:MIT License

下载


CAUTION : PROJECT RENAMED AND MOVED !

Please follow us now at


CoCoA Logo

CoCoA release 1.0

April/November 2020

The CoCoA project (Covid Collaborative Analysis) is a Python™ framework which provides a simplified and unified access to various Covid related databases.
It’s designed to offer to many people (non-specialist general public, school pupils, students, science journalists, but also scientists who are not specialists in computing and data access methods) a simple and practical tool for studying data : raw data access, time series plots, maps.
Then, it’s easy to make simple or more complex analysis.
Database access difficulties, method unification, geo-localisation of data, are processed transparently.

Thus, in only few lines of code, with almost no Python™ knowledge, one can produce a plot or a map.
For example, after a CoCoA install, the next few lines of code:

  1. import cocoa.cocoa as cc
  2. cc.plot(where=['France','Italy','United kingdom'],which='deaths',what='cumul')
  3. cc.map(where=['world'])
  4. cc.hist(where='middle africa',which='confirmed')
  5. cc.get(where=['usa'],what='daily',which='recovered')

produce a temporal serie plot of Covid deaths for three countries (France, Italy, and United Kingdom as an example), or the deaths map over the world, or the histogram of confirmed cases in all countries from Middle Africa, or the pandas output of recovered people in the United States.










CoCoA is made to work :

  • locally (local install of Python™, for example with Spyder )
  • on Jupyter platform, either closed or opened such as Google Colab
  • through a docker, using for example mybinder.

Various applications code are available :

The full documentation is available on the Wiki.

The reference library is available using the help of function (see help_* notebook files) or on related pages :