prettyresults - Present data analysis results in Web or Docx format
Prettyresults is a Python package to display data analysis results in different formats. In short: you run your data analysis using your preferred Python tools, generate a set of results (figures, tables...) and tell prettyresults about them. Prettyresults will generate a neat, friendly web page with your results.
Suppose you are analyzing some social or medical data, using pandas and scipy.stats. You've created several matplotlib figures with descriptive data, some frequency tables, some inference analysis... Visualizing all this information at once in a notebook may not be practical. Prettyresults will display these results you've already created in a webpage, allowing you to visualize them without problems. It can also create a web document for you, with a subset of the obtained results.
Prettyresults is a Python library. It implements a result system to add and manipulate results (such as figures or tables). Results are hierarchical, forming a tree. Results can then be used to generate a web page or a Word document.
Installation and requirements
From pypi:
pip install prettyresults
Required Python 3.4+. Tested with Python 3.6.7.
Prettyresults employs Pandas and Matplotlib.
Release files for prettyresults 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| prettyresults-1.0.0.tar.gz | 12.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| prettyresults-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 788.1 kB
Release files / prettyresults-1.0.0.tar.gz
| Download URL | prettyresults-1.0.0.tar.gz |
|---|---|
| Size | 12.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73b9ab3b657c1b5c2dca2de17447bf0f88451010a5fcf9dbe56d97b68e78b0d8
|
|
BLAKE2b-256 checksum How to use checksums |
6ca8741e83eeca0b2471a90bfac03ec637b684dc4bf35894c994b4ad45c176c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.8
|
Release files / prettyresults-1.0.0-py3-none-any.whl
| Download URL | prettyresults-1.0.0-py3-none-any.whl |
|---|---|
| Size | 775.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35228de34269adf06cc925d12b6374ec83a97d62f8d4ae2432f8456418c61cf6
|
|
BLAKE2b-256 checksum How to use checksums |
baf3e56f8d8dbae6f8a1f0f5440704f8cafca9bd1613a0635bc62b026f0c02b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.8
|