Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

convenient-datascience-tools-0.0.9.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page