You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python SDK to get information about COVID-19 in México.
6
+
Python API to get information about COVID-19 in México.
7
7
8
8
# Requirements
9
9
10
-
11
-
more-itertools>=6.0.0
12
-
pandas>=0.25.2
13
-
Unidecode>=1.1.1
10
+
```
11
+
more-itertools>=6.0.0
12
+
pandas>=0.25.2
13
+
Unidecode>=1.1.1
14
+
```
14
15
15
16
# How to install
16
17
17
-
pip install covidmx
18
+
```
19
+
pip install covidmx
20
+
```
18
21
19
22
# How to use
20
23
21
24
## Serendipia
22
25
23
-
Serendipia
26
+
Serendipia publishes daily the information of the mexican *Secretaría de Salud* about covid in open format (.csv). This api downloads this data easily, making it useful for task automation.
0 commit comments