Present data analysis results in Web or Docx format
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size prettyresults-1.0.0-py3-none-any.whl (775.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size prettyresults-1.0.0.tar.gz (12.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for prettyresults-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35228de34269adf06cc925d12b6374ec83a97d62f8d4ae2432f8456418c61cf6 |
|
MD5 | cc12feb7cac047b019195d3d43fc5158 |
|
BLAKE2-256 | baf3e56f8d8dbae6f8a1f0f5440704f8cafca9bd1613a0635bc62b026f0c02b4 |