Using as a Python libraryΒΆ
csvkit is designed to be used a replacement for most of Python’s csv
module. Important parts of the API are documented on the following pages.
Don’t!
import csv
Do!
import csvkit
csvkit is designed to be used a replacement for most of Python’s csv
module. Important parts of the API are documented on the following pages.
Don’t!
import csv
Do!
import csvkit