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.
- Host: GitHub
- URL: https://github.com/jmdaemon/dxp
- Owner: jmdaemon
- License: gpl-3.0
- Created: 2021-11-02T05:56:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T01:10:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T03:11:09.359Z (about 1 year ago)
- Topics: analysis, csv, lib, python
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.