datazets
datazetsis Python package
Star this repo if you like it! ⭐️
Blog/Documentation
Contents
Installation
- Install datazets from PyPI (recommended). datazets is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
- A new environment can be created as following:
conda create -n env_datazets python=3.8
conda activate env_datazets
pip install datazets # normal install
pip install --upgrade datazets # or update if needed
- Alternatively, you can install from the GitHub source:
# Directly install from github source
pip install -e git://github.com/erdogant/datazets.git@0.1.0#egg=master
pip install git+https://github.com/erdogant/datazets#egg=master
pip install git+https://github.com/erdogant/datazets
# By cloning
git clone https://github.com/erdogant/datazets.git
cd datazets
pip install -U .
Import datazets package
import datazets as datazets
Example:
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/datazets/data/example_data.csv')
model = datazets.fit(df)
G = datazets.plot(model)
References
Citation
Please cite in your publications if this is useful for your research (see citation).
Maintainers
- Erdogan Taskesen, github: erdogant
Contribute
- All kinds of contributions are welcome!
- If you wish to buy me a Coffee for this work, it is very appreciated :)
Licence
See LICENSE for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datazets-0.1.0.tar.gz
(8.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datazets-0.1.0.tar.gz.
File metadata
- Download URL: datazets-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33cc82f2be2e2712ed95bbd5ce0309c458e62cde3675ed26d4bbd7b8a5519149
|
|
| MD5 |
74f27afdf3915f3014d52d1a779cb32d
|
|
| BLAKE2b-256 |
179101777584ce375828709ef9630547183a3e70c29753a0cf0a4bef74c3695c
|
File details
Details for the file datazets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: datazets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4959d86f5bdb46d6519024bc335f6754e859164600fb80772fb2047146c1973e
|
|
| MD5 |
77e6f5e300563413dd60ad2a2097356a
|
|
| BLAKE2b-256 |
c0f66408c72aaa8eefde546977d54c4e3bef61989202693966ec80388922c8de
|