ckingbailey / covid-etl

Load COVID data sources into a Google Sheet
GNU Affero General Public License v3.0
0 stars 0 forks source link

What module manipulates CSV? #2

Open ckingbailey opened 4 years ago

ckingbailey commented 4 years ago

We need a Python package to manipulate CSV. At a minimum we'll delete a bunch of rows for localities we're not interested in. We may also do some rudimentary transformation, such as summing a bunch of rows for a region.

This looks like it does the basic. csv And this of course does that fancy. pandas