An open API service indexing awesome lists of open source software.

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

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/