معرفی شرکت ها


convenient-datascience-tools-0.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل convenient-datascience-tools-0.0.9
نام convenient-datascience-tools
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Guilherme Turtera
ایمیل نویسنده guiturtera@hotmail.com
آدرس صفحه اصلی https://github.com/guiturtera/convenient-datascience-tools
آدرس اینترنتی https://pypi.org/project/convenient-datascience-tools/
مجوز MIT
# **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/* ```


نیازمندی

مقدار نام
- pandas


نحوه نصب


نصب پکیج whl convenient-datascience-tools-0.0.9:

    pip install convenient-datascience-tools-0.0.9.whl


نصب پکیج tar.gz convenient-datascience-tools-0.0.9:

    pip install convenient-datascience-tools-0.0.9.tar.gz