No project description provided
Project description
Useful tools for handling data, using many known data science packages.
Basic Usage
Install the package
pip install convenient-datascience-tools
Import the package
from convenient_datascience_tools.tools import <TOOL> as <ABBREVIATED_TOOL>_tools
For example:
from convenient_datascience_tools.tools import pandas as pd_tools
Where 'pandas' is the TOOL nd 'pd' the abbreviated tool.
For more usage cases, please go to examples folder.
We have not yet implemented test cases, though it is going to be implemented in a near future.
Deploy
To deploy a new version, you need:
Versioning is not automated, so you will always need to change it in setup.py. It will be a future improvement to make it automatic.
In order to install build (dev) dependencies
pip install --upgrade build twine
In order to build. This will create a /dist folder.
python -m build
In order to upload to PyPa (to be able to fetch via pip)
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 convenient-datascience-tools-0.0.9.tar.gz.
File metadata
- Download URL: convenient-datascience-tools-0.0.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63b14bd0dc392a1fc9d298e767ace5091505a93bdf6dbdf41a449386b269ca91
|
|
| MD5 |
21246dc52e28873b6308a04f1f508133
|
|
| BLAKE2b-256 |
cffd7717c3beef8b24d32ffb28de8156b9f6ddaddbaf7c51f77ee0802b7c2fa4
|
File details
Details for the file convenient_datascience_tools-0.0.9-py3-none-any.whl.
File metadata
- Download URL: convenient_datascience_tools-0.0.9-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215efb5f4945bd2404a33a7f6dd6c0451f1269a7a8826746c8d08bd97b6efbe9
|
|
| MD5 |
a774cc668e040ab3d3ca96a67ce98d13
|
|
| BLAKE2b-256 |
ae174cd3bbbb546c8f6db535a2ccab4c3b1ecf02ccadefdf20c8943dd9bc84f3
|