Analytics library
Project description
# Lantern
(analytics was too general a name..)
An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.
[](https://img.shields.io/badge/version-0.0.6-lightgrey.svg)
[](https://travis-ci.org/timkpaine/lantern)
[]()
[](http://waffle.io/timkpaine/lantern)
[](https://codecov.io/gh/timkpaine/lantern)
[](https://gitter.im/pylantern/Lobby)
[](https://bettercodehub.com/)
[]()
[]()
[](https://beerpay.io/timkpaine/lantern)
[](http://paine.nyc/lantern)
## Plotting
Abstracts away the nuances of individual charting libraries by providing a single `plot` command with library specific kwarg introspection.
### Dummy data

### Plot command

## Grids
The same.
## Jupyter Integration
Single-command code-less exporting for report generation.
```python
import lantern.extensions
lantern.extensions.export_pdf('my_notebook.ipynb') # my_notebook.pdf
lantern.extensions.export_html('my_notebook.ipynb') # my_notebook.html
```
## Dummy datasets
- Lines
- Scatter
- Scatter3d
- Bubble
- Bubble3d
- Pie
- Bars
- Open, high, low, close
- Open, high, low, close, volume
- Box
- Histogram
- Surface
- Sinwave
- Scattergeo
- Choropleth
- Stock
- Regression
- Blobs
- Classification
- Multilabel classification
- Gaussian
- Hasti
- Circles
- Moons
- Biclusters
- S Curve
- Checker
- Friedman
- Friedman 2
- Friedman 3
(analytics was too general a name..)
An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.
[](https://img.shields.io/badge/version-0.0.6-lightgrey.svg)
[](https://travis-ci.org/timkpaine/lantern)
[]()
[](http://waffle.io/timkpaine/lantern)
[](https://codecov.io/gh/timkpaine/lantern)
[](https://gitter.im/pylantern/Lobby)
[](https://bettercodehub.com/)
[]()
[]()
[](https://beerpay.io/timkpaine/lantern)
[](http://paine.nyc/lantern)
## Plotting
Abstracts away the nuances of individual charting libraries by providing a single `plot` command with library specific kwarg introspection.
### Dummy data

### Plot command

## Grids
The same.
## Jupyter Integration
Single-command code-less exporting for report generation.
```python
import lantern.extensions
lantern.extensions.export_pdf('my_notebook.ipynb') # my_notebook.pdf
lantern.extensions.export_html('my_notebook.ipynb') # my_notebook.html
```
## Dummy datasets
- Lines
- Scatter
- Scatter3d
- Bubble
- Bubble3d
- Pie
- Bars
- Open, high, low, close
- Open, high, low, close, volume
- Box
- Histogram
- Surface
- Sinwave
- Scattergeo
- Choropleth
- Stock
- Regression
- Blobs
- Classification
- Multilabel classification
- Gaussian
- Hasti
- Circles
- Moons
- Biclusters
- S Curve
- Checker
- Friedman
- Friedman 2
- Friedman 3