معرفی شرکت ها


csv_tools-0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Tools for working with delimited files.
ویژگی مقدار
سیستم عامل -
نام فایل csv_tools-0.4
نام csv_tools
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده cw-andrews
ایمیل نویسنده cwandrews.oh@gmail.com
آدرس صفحه اصلی https://github.com/cw-andrews/csv_tools
آدرس اینترنتی https://pypi.org/project/csv_tools/
مجوز MIT
#CSVTools Tools for working with delimited files. 1. DialectDetector When passed delimited file path will sniff file for dialect and header information using specified detection settings for DialectDetector instance. 1. sniff_for_dialect: Sniff delimited file and return csv.Dialect. 2. sniff_for_headers: Sniff delimited file and return first row if the file has headers else list of numbered columns as headers in the form of 'Column' + column #. 3. sniff_for_encoding: Sniff file to try and determine and return encoding else returns latin-1. 2. SchemaEngine Engine for data-typing delimited file into field_names, their data type, and max length (if applicable). 1. build_schema_string: Process delimited file and return schema string for file passed. 3. integrity_check Take filepath and report on the number of columns detected per line, extra quotechars, etc. Helps to detect problems in source files which may cause issues when creating schema files and indicator for whether file will need preprocessor.


نحوه نصب


نصب پکیج whl csv_tools-0.4:

    pip install csv_tools-0.4.whl


نصب پکیج tar.gz csv_tools-0.4:

    pip install csv_tools-0.4.tar.gz