The Wayback Machine - https://web.archive.org/web/20210102054848/https://github.com/topics/csv-parser
Skip to content
#

csv-parser

Here are 539 public repositories matching this topic...

DamirKh
DamirKh commented Nov 14, 2019

It would be great to have the option "skip N lines", since CSV files often contain not commented headers. Can this be implemented?
For example:

This is a data file generated by some old software.
Next line will contain a headers of parameters.
Temperature, Humidity, Voltage
22.5, 45.5, 220
23.0, 44.0, 219
...
In such case "skipLines: 2" could be added to con

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
  • Updated Nov 6, 2020
  • Python

Improve this page

Add a description, image, and links to the csv-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csv-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.