https://github.com/xta/csv_header_info
Show CSV header info
https://github.com/xta/csv_header_info
csv python3
Last synced: 5 months ago
JSON representation
Show CSV header info
- Host: GitHub
- URL: https://github.com/xta/csv_header_info
- Owner: xta
- Created: 2018-04-04T00:08:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T00:16:06.000Z (almost 8 years ago)
- Last Synced: 2025-10-17T23:37:18.708Z (5 months ago)
- Topics: csv, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CSV Header Info
## Purpose
Show basic CSV header column info
## Setup
pip install tabulate
## Usage
cat test/dummy.csv | python main.py
## Tests
python3 -m unittest discover -s test/