معرفی شرکت ها


datafluent-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Build a better understanding of your data in PostgreSQL.
ویژگی مقدار
سیستم عامل -
نام فایل datafluent-0.0.9
نام datafluent
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mark Litwintschik
ایمیل نویسنده mark@marksblogg.com
آدرس صفحه اصلی https://github.com/marklit/datafluent_pg
آدرس اینترنتی https://pypi.org/project/datafluent/
مجوز MIT
# Data Fluent for PostgreSQL [![Documentation Status](https://readthedocs.org/projects/datafluent/badge/?version=latest)](http://datafluent.readthedocs.io/en/latest/) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](http://opensource.org/licenses/MIT) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/datafluent.svg)](https://pypi.org/project/datafluent/) Build a better understanding of your data in PostgreSQL. The following shows an example report generated by this tool. It gives the numbers of rows, columns, bytes as well as human-friendly size counts for each table within a given PostgreSQL database. ![The Metrics Report](https://github.com/marklit/datafluent_pg/raw/main/example.png) The following shows the row count for every column that represents a date grouped by year and month. ![The Time Distribution Report](https://github.com/marklit/datafluent_pg/raw/main/example2.png) ## Installation and Usage Please read [this guide](https://tech.marksblogg.com/data-fluent-for-postgresql.html) for installation instructions and example usage. ## Further Help The database URL is passed through to sqlalchemy. Please see their documentation on [Database URLs](https://docs.sqlalchemy.org/en/14/core/engines.html#database-urls) for more information on their syntax and the drivers supported. If you need to override any parameters in this application, please refer to the help documentation generated by typer: ```bash $ datafluent --help ``` ``` Usage: datafluent [OPTIONS] Options: --url TEXT [default: postgresql://localhost:5432/intel] --output TEXT [default: fluency.xlsx] --install-completion [bash|zsh|fish|powershell|pwsh] Install completion for the specified shell. --show-completion [bash|zsh|fish|powershell|pwsh] Show completion for the specified shell, to copy it or customize the installation. --help Show this message and exit. ```


نیازمندی

مقدار نام
- humanfriendly
- Pandas
- psycopg2-binary
- SQLAlchemy
- typer
- xlsxwriter


نحوه نصب


نصب پکیج whl datafluent-0.0.9:

    pip install datafluent-0.0.9.whl


نصب پکیج tar.gz datafluent-0.0.9:

    pip install datafluent-0.0.9.tar.gz