Draw bar graphs from CSV files in the terminal.
Project description
CSV Bar
=======
Draw bar charts from CSV files in the terminal.
Requires either version 2 or 3 of [Python] (https://www.python.org/), including `pip`.
Installing
----------
Install with Pip: `pip install csvbar`.
Usage
-----
Say you have a CSV file such as:
```
Donor,Value
Trust,93167.74
Limited Liability Partnership,100522.93
Friendly Society,111428.84
Registered Political Party,382227.01
Unincorporated Association,2846016.31
Company,3696180.22
Individual,11021726.04
Trade Union,44483505.54
```
You can then:
```bash
$ csvbar data.csv
Trust ▌ 93,167.74 (0.15%)
Limited Liability Partnership ▌ 100,522.93 (0.16%)
Friendly Society ▌ 111,428.84 (0.18%)
Registered Political Party ▌ 382,227.01 (0.61%)
Unincorporated Association ███ 2,846,016.31 (4.54%)
Company ████ 3,696,180.22 (5.89%)
Individual ████████████ 11,021,726.04 (17.57%)
Trade Union ██████████████████████████████████████████████████ 44,483,505.54 (70.91%)
Total: 62,734,774.63
```
It also accepts data on STDIN, useful if you're using something like [CSV Kit] (https://github.com/onyxfish/csvkit) or [Q] (https://github.com/harelba/q).
Inspiration
-----------
There are similar tools:
* [data_hacks] (https://github.com/bitly/data_hacks), by [Bitly] (https://bitly.com/)
* [termgraph] (https://github.com/mkaz/termgraph), by [Marcus Kazmierczak] (https://twitter.com/mkaz)
* [spark] (https://github.com/holman/spark), by [Zach Holman] (https://twitter.com/holman)
=======
Draw bar charts from CSV files in the terminal.
Requires either version 2 or 3 of [Python] (https://www.python.org/), including `pip`.
Installing
----------
Install with Pip: `pip install csvbar`.
Usage
-----
Say you have a CSV file such as:
```
Donor,Value
Trust,93167.74
Limited Liability Partnership,100522.93
Friendly Society,111428.84
Registered Political Party,382227.01
Unincorporated Association,2846016.31
Company,3696180.22
Individual,11021726.04
Trade Union,44483505.54
```
You can then:
```bash
$ csvbar data.csv
Trust ▌ 93,167.74 (0.15%)
Limited Liability Partnership ▌ 100,522.93 (0.16%)
Friendly Society ▌ 111,428.84 (0.18%)
Registered Political Party ▌ 382,227.01 (0.61%)
Unincorporated Association ███ 2,846,016.31 (4.54%)
Company ████ 3,696,180.22 (5.89%)
Individual ████████████ 11,021,726.04 (17.57%)
Trade Union ██████████████████████████████████████████████████ 44,483,505.54 (70.91%)
Total: 62,734,774.63
```
It also accepts data on STDIN, useful if you're using something like [CSV Kit] (https://github.com/onyxfish/csvkit) or [Q] (https://github.com/harelba/q).
Inspiration
-----------
There are similar tools:
* [data_hacks] (https://github.com/bitly/data_hacks), by [Bitly] (https://bitly.com/)
* [termgraph] (https://github.com/mkaz/termgraph), by [Marcus Kazmierczak] (https://twitter.com/mkaz)
* [spark] (https://github.com/holman/spark), by [Zach Holman] (https://twitter.com/holman)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csvbar-1.4.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file csvbar-1.4.tar.gz
.
File metadata
- Download URL: csvbar-1.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc34167f54f7c4ff5c072d5cd7a353458d4cfe40ef1bfdbac6bbb43a909a33d5 |
|
MD5 | dd3cacaa271d9937ff182cbeddbab0e6 |
|
BLAKE2b-256 | 4bd7479f4d5e2493a785da554b979452e5a94e7a831fafad158b8438ad72f53a |
File details
Details for the file csvbar-1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: csvbar-1.4-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b63ae2e1e8971639527a5980706aa8d37c6676cbff730719267bfdcfba71b8c |
|
MD5 | 4ddc6df5dca32066737ad4e009d283c3 |
|
BLAKE2b-256 | 484526dcf3a352d7d7a32ae49424ab5e818e84c1cff5193ad18615669b3820b8 |