question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Single CSV-File with current state

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:28 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
alexgit2kcommented, Feb 27, 2021

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

1reaction
mathiasflickcommented, Feb 8, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found