Software Details:
Version: 0.9.1
Upload Date: 12 Apr 15
Distribution Type: Freeware
Downloads: 91
Inspired by pdftk, gdal and csvcut, this library provides a Python tool that can take structured data and save it as a CSV file.
Adding csvkit to a Python app or website will instantly give developers the ability to export and work with CSVs, allowing them more control over how the data is saved and where it's saved.
csvkit uses well-known data formatting standards and supports various useful features.
Features:
- Lightweight size on disk
- Produces compatability-oriented output
- Streams output to STDOUT to support Unix piping
- Does not modify input data unless specifically requested by the user
- When modifying input data, conforms to good standards
- ISO 8601 compatible dates
- Outputs SQL to CSV
- Can manipulate the CSV data itself (join, cut, clean, etc.)
- CSV file statistics
- CLI interface
- Programmatic API
What is new in this release:
- Fixed CHANGELOG or release.
Comments not found