├── README.md ├── covid-19-tenders.ipynb ├── covidtenders.py ├── exports ├── companies_final.csv ├── occrp-covid19-tenders.csv └── unit-prices-clean.csv └── source_tables ├── alldata.csv ├── companies_deduped.csv ├── companies_prices_missing_filled_in.csv └── unit_prices.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/README.md -------------------------------------------------------------------------------- /covid-19-tenders.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/covid-19-tenders.ipynb -------------------------------------------------------------------------------- /covidtenders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/covidtenders.py -------------------------------------------------------------------------------- /exports/companies_final.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/exports/companies_final.csv -------------------------------------------------------------------------------- /exports/occrp-covid19-tenders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/exports/occrp-covid19-tenders.csv -------------------------------------------------------------------------------- /exports/unit-prices-clean.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/exports/unit-prices-clean.csv -------------------------------------------------------------------------------- /source_tables/alldata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/source_tables/alldata.csv -------------------------------------------------------------------------------- /source_tables/companies_deduped.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/source_tables/companies_deduped.csv -------------------------------------------------------------------------------- /source_tables/companies_prices_missing_filled_in.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/source_tables/companies_prices_missing_filled_in.csv -------------------------------------------------------------------------------- /source_tables/unit_prices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/occrp/COVID-19-spending-2020/HEAD/source_tables/unit_prices.csv --------------------------------------------------------------------------------