datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

Jupyter support, Python 3.7, upgraded dependencies, Tutorial notebook #29

Closed OriHoch closed 5 years ago

OriHoch commented 5 years ago

Converted the tutorial to a Jupyter notebook, a familiar environment for data scientists, allowing to quickly play around with Dataflows. It's rendered by GitHub: https://github.com/OriHoch/dataflows/blob/printer-support-jupyter-notebook/TUTORIAL.ipynb

Also, added more detailed installation instructions to the tutorial for more robust, OS agnostic installation.

Modified printer processor to support html table output for Jupyter and other minor improvements.

OriHoch commented 5 years ago

thanks @akariv fixed

OriHoch commented 5 years ago

@akariv added support for Python 3.7, upgraded datapackage, cchardet and plyvel

OriHoch commented 5 years ago

@akariv fixed

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 119


Changes Missing Coverage Covered Lines Changed/Added Lines %
dataflows/processors/printer.py 22 28 78.57%
<!-- Total: 22 28 78.57% -->
Files with Coverage Reduction New Missed Lines %
dataflows/processors/printer.py 1 86.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 119: -0.2%
Covered Lines: 1091
Relevant Lines: 1399

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 128


Changes Missing Coverage Covered Lines Changed/Added Lines %
dataflows/processors/printer.py 22 31 70.97%
<!-- Total: 22 31 70.97% -->
Totals Coverage Status
Change from base Build 119: -0.3%
Covered Lines: 1091
Relevant Lines: 1401

💛 - Coveralls