Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 595 Bytes

cases_tutorial.rst

File metadata and controls

16 lines (12 loc) · 595 Bytes

Cases Tutorial

This section contains a step-by-step tutorial with examples for using the arcovid19 tools.

In part 1 of the tutorial, we explained loading data using arcovid19 and some of the methods and attributes inherited from the DataFrame class. Part 2 shows the implementation of the Cases Frame class methods on the data basis. Lastly, in part 3 of this tutorial, we share the visualization of the COVID-19 database using the tools provided by the Plot Cases class from arcovid19.

.. toctree::
    :maxdepth: 3

    parte1.ipynb
    parte2.ipynb
    parte3.ipynb