معرفی شرکت ها


datatools-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Data Tools
ویژگی مقدار
سیستم عامل -
نام فایل datatools-0.1.3
نام datatools
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Antonio Lima
ایمیل نویسنده anto87@gmail.com
آدرس صفحه اصلی http://github.com/themiurgo/datatools
آدرس اینترنتی https://pypi.org/project/datatools/
مجوز MIT
"d" for "Data Tools" ==================== Data tools (or, for friends, `d`) is a command-line-first data analysis library. The goal of the library is to make data-wrangling tasks easy and promote code reuse. Each script is supposed to do one thing well, following the principles of the UNIX philosophy of "doing one thing and doing it well". Design principles ----------------- - The command line is your friend. - An extra command (and pipe) is better than another argument. - CSV and JSON get priority over other formats. - Always think of scalability and memory issues. Favour streaming algorithms. - DRY. List of tools ------------- All the tools start with the abbreviated name of `datatools`, which is `d`. - `dbyrow` performs operations between elements of the same row. - `dcompute` performs operations which involve one field of multiple rows (for example, the average). - `dformat` (TO DO) translate existing formats to a standard CSV format. - `djoin` performs equality joins between tables, both in semi-streaming and full-streaming fashions. - `drandom` generates random integer and float values. - `dunique` keeps unique values. - `djsonexplorer` loads a JSON document into a Python interpreter.


نیازمندی

مقدار نام
- click
- numpy
- scipy
- six
- toolz


نحوه نصب


نصب پکیج whl datatools-0.1.3:

    pip install datatools-0.1.3.whl


نصب پکیج tar.gz datatools-0.1.3:

    pip install datatools-0.1.3.tar.gz