An open API service indexing awesome lists of open source software.

https://github.com/jmdaemon/dxp

A data analysis and exploration library with a hookable CLI.
https://github.com/jmdaemon/dxp

analysis csv lib python

Last synced: about 1 year ago
JSON representation

A data analysis and exploration library with a hookable CLI.

Awesome Lists containing this project

README

          

# DXP

Data analysis and exploration library.

## Usage

### Data Population

DXP provides a library of commonly used functions,
and an executable with sane defaults
that will read in a CSV file for input,
and output another CSV file populated with values
from your custom `pop.py` file.

### Plotting Data

DXP uses Matplotlib to create plots of linear regressions
from an input file. Refer to `dplt -h` for
more information about usage.