Timeline for Parse one table out of CSV with multiple titled tables with the Python CSV module
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 20, 2018 at 3:07 | comment | added | xtian | +1 for not traditional CSV. Actually, I've taken to calling it not normal. A normal form CSV file should have only one table. It's not my report, but I think the author made it in Excel and then just exported as CSV. It's like they designed it for printing, and not analysis. I think this is a great idea--convert the document to one table in one pass and filter out the lines I want to keep (or remove). | |
| Feb 19, 2018 at 6:43 | history | edited | 200_success | CC BY-SA 3.0 |
clarifications
|
| Feb 19, 2018 at 6:31 | history | answered | 200_success | CC BY-SA 3.0 |