https://github.com/shakedzy/dython
A set of data tools in Python
https://github.com/shakedzy/dython
analysis correlation data modeling plot python roc
Last synced: 13 days ago
JSON representation
A set of data tools in Python
- Host: GitHub
- URL: https://github.com/shakedzy/dython
- Owner: shakedzy
- License: mit
- Created: 2018-02-04T15:07:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T00:01:02.000Z (9 months ago)
- Last Synced: 2024-09-13T10:56:16.782Z (8 months ago)
- Topics: analysis, correlation, data, modeling, plot, python, roc
- Language: Python
- Homepage: http://shakedzy.xyz/dython/
- Size: 4.7 MB
- Stars: 492
- Watchers: 15
- Forks: 102
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Dython
[](https://pypi.org/project/dython/)
[](https://anaconda.org/conda-forge/dython)
[](https://pypi.org/project/dython/)
[](https://pypistats.org/packages/dython)
[](https://github.com/shakedzy/dython/blob/master/LICENSE)
[](https://zenodo.org/doi/10.5281/zenodo.12698421)A set of **D**ata analysis tools in p**YTHON** 3.x.
Dython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core
values of this library.## Installation
Dython can be installed directly using `pip`:
```
pip install dython
```
or, via the `conda` package manager:
```
conda install -c conda-forge dython
```## Documentation
Modules documentation can be found on [shakedzy.xyz/dython](http://shakedzy.xyz/dython).
You can also learn more and see examples of the main methods of this library on
[these blogposts](http://shakedzy.xyz/dython/related_blogposts).## Contributing
Contributions are always welcomed - if you found something you can fix, or have an idea for a new feature, feel free to write it and open a pull request. Please make sure to go over the [contributions guidelines](https://github.com/shakedzy/dython/blob/master/CONTRIBUTING.md).## Citing
Use this reference to cite if you use Dython in a paper:
```bibtex
@software{Zychlinski_dython_2018,
author = {Zychlinski, Shaked},
title = {{dython}},
year = {2018},
url = {https://github.com/shakedzy/dython},
doi = {10.5281/zenodo.12698421}
}
```