Feature Request: Single CSV-File with current state
See original GitHub issueI’m calculating the current 7-day incidence rate per 100,000 using cases-rki-by-ags.csv and cases-rl-crowdsource-by-ags.csv. For that I have to download and parse two 0.5 MB files. It would be better to have an aggregated file with the current values (also population would be great). Then only a file with a few KB would be needed for the current state of any area.
For example:
Area;AGS;Population;TotalCasesRKI;TotalCasesCrowdsource;Cases7DaysRKI;Cases7DaysCrowdsource
Berlin;11000;3769000;99525;100771;5031;5389
...
Note: population-data can be found here https://www.destatis.de/DE/Themen/Laender-Regionen/Regionales/Gemeindeverzeichnis/Administrativ/04-kreise.html
Issue Analytics
- State:
- Created 3 years ago
- Comments:28 (16 by maintainers)
Top Results From Across the Web
6 Common CSV Import Errors and How to Fix Them - Flatfile
One of the most common CSV import errors is that the file is simply ... Missing city/state data with zip codes present and...
Read more >Update Existing Entities within Import from CSV Files
Import from CSV files is one of the possible ways to update existing entities in Targetprocess. It is also possible to update them...
Read more >How to view column-aligned CSV files in Visual Studio editor
You can install csv-viewer extensions by searching for them in the search tool in the VSCode "Extensions" menu.
Read more >Import or update work items in bulk by using CSV files - Azure ...
Make the edits to your work items. Your CSV file must contain the ID, Work Item Type, Title, and State fields. Any other...
Read more >Prepare a CSV File for an Import or Update in Salesforce
Preparing CSV Files ... The first row (header row) in a CSV file lists the field names for the object that you're processing....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm that the numbers are correct now. Thank you very much!
I have integrated your data-source in a small windows-application: https://github.com/alexgit2k/corona-info
Just checked the outcome of the updated computation of 7di-rki-by-ags.csv. Perfect match - including the rounding to two decimal places 😉! Well done! Regarding the resampling and windowing: Pandas documentation particularly in this regard is far from being precise or comprehensive - in some respect even ambiguous or wrong. A good piece of trial and error yet to come … Thank you and greetings from Cologne Mathias