Skip to main content

Don't be just mean and standart, print histograms as unicode instead!

Project description

Data Samples Printer

PyPI PyPI - Python Version PyPI - License Coookiecutter - Wolt


Documentation: https://ernestum.github.io/data-samples-printer

Source Code: https://github.com/ernestum/data-samples-printer

PyPI: https://pypi.org/project/data-samples-printer/


Don't be just mean and standart, print histograms as unicode instead!

Installation

pip install data-samples-printer

Basic Usage

import data_samples_printer as dsp
import numpy as np

s1 = np.random.normal(size=100)
s2 = np.random.normal(size=100, scale=0.2)

# Plain printing
dsp.print(s1)
>     ▁▃▁  ▃▃▅▇▅█▄▄▄▇▃▃█▄▅▇▄▃▃▁█▅█ ▁▃▃▁▃▁        

# Printing multiple samples aligns their range
dsp.print(s1, s2)
>     ▁▃▁  ▃▃▅▇▅█▄▄▄▇▃▃█▄▅▇▄▃▃▁█▅█ ▁▃▃▁▃▁        
>                   ▁▂▃█▄▅▃▂▁

# Printing with labels
dsp.print(normal=s1, squeezed=s2)
>     ▁▃▁  ▃▃▅▇▅█▄▄▄▇▃▃█▄▅▇▄▃▃▁█▅█ ▁▃▃▁▃▁         normal
>                    ▁▂▃█▄▅▃▂▁                       squeezed

# Pretty printing
dsp.pprint(s1, s2)
>  ▂▁▁ ▁▂▄▃▁▁▂▂▂▄▃▂█▃▃▂▃▂▂▂▁▃▂▄▃▂ ▁▂▁ ▁▁▂         0.00 ±1.00
>                 ▁▂▃▆█▅▆▄▁                          0.04 ±0.20

dsp.mprint(normal=s1, squeezed=s2)
> dist | mean | std | name
> -----|------|-----|-----
> `▕▁ ▂▁▁▁▁▁▃▁ ▂▆▂▁▅▅▅█▂▅▃▅█▃▇▆▂▂▂▂▂▂▅▃▁          ▁▏` | -0.04 | ±0.85 | normal
> `▕                 ▁▄▃█▆█▆▂▂                       ▏` | 0.01 | ±0.19 | squeezed
> `▕-1.93                                         2.41▏` |

renders as:

dist mean std name
▕▁ ▂▁▁▁▁▁▃▁ ▂▆▂▁▅▅▅█▂▅▃▅█▃▇▆▂▂▂▂▂▂▅▃▁ ▁ ▁ ▂ ▁▏ -0.04 ±0.85 normal
▕ ▁ ▁▄▃█▆█▆▂▂ ▏ 0.01 ±0.19 squeezed
▕-1.93 2.41▏

Development

  • Clone this repository
  • Requirements:
  • Create a virtual environment and install the dependencies
poetry install
  • Activate the virtual environment
poetry shell

Testing

pytest

Documentation

The documentation is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code. The documentation is updated and published as a Github project page automatically as part each release.

Releasing

Trigger the Draft release workflow (press Run workflow). This will update the changelog & version and create a GitHub release which is in Draft state.

Find the draft release from the GitHub releases and publish it. When a release is published, it'll trigger release workflow which creates PyPI release and deploys updated documentation.

Pre-commit

Pre-commit hooks run all the auto-formatters (e.g. black, isort), linters (e.g. mypy, flake8), and other quality checks to make sure the changeset is in good shape before a commit/push happens.

You can install the hooks with (runs for each commit):

pre-commit install

Or if you want them to run only for each push:

pre-commit install -t pre-push

Or if you want e.g. want to run all checks manually for all files:

pre-commit run --all-files

This project was generated using the wolt-python-package-cookiecutter template.

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

data_samples_printer-0.0.1.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

data_samples_printer-0.0.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file data_samples_printer-0.0.1.tar.gz.

File metadata

  • Download URL: data_samples_printer-0.0.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/5.15.0-1041-azure

File hashes

Hashes for data_samples_printer-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1fec757dde329df8cec58ffc30286881dc89aac4c2021d3128afaa14f3db72ca
MD5 727158b781fb0351ec180f6b67cd45e7
BLAKE2b-256 8bae18ac29906f680e98db72f0193e844f59e552130be5e1e1011e5edf364e04

See more details on using hashes here.

File details

Details for the file data_samples_printer-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for data_samples_printer-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 106f1558b3e8ad6347b31dd7332959e54428f66c6d8610ddaf954e425bfa9eab
MD5 d0cf7eefa3cca9bb5b19b4d7f6d77969
BLAKE2b-256 0a86ce6b789540935704087e71d2ec2c71222f27ccf081f55d88e1dc4bdf5123

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page