معرفی شرکت ها


dfcleaner-1.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

this package contains helper methods to clean pandas dataframe quickly and therefore simplifying the data cleaning process
ویژگی مقدار
سیستم عامل -
نام فایل dfcleaner-1.2.0
نام dfcleaner
نسخه کتابخانه 1.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده zahash
ایمیل نویسنده zahash.z@gmail.com
آدرس صفحه اصلی https://github.com/zahash/dfcleaner
آدرس اینترنتی https://pypi.org/project/dfcleaner/
مجوز MIT
# dfcleaner > dataframe cleaning package This package contains helper methods to clean pandas dataframe quickly and therefore simplifying the data cleaning process [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![](assets/rsz_dfcleaner_logo.png) ## Installation OS X & Linux: ```sh pip3 install dfcleaner ``` Windows: ```sh pip install dfcleaner ``` ## Usage example ```Python import pandas as pd from dfcleaner import cleaner cleaner.ENABLE_LOGGING = True cleaner.LOG_DIR = './logs' df = pd.read_csv('some_filename.csv') df.columns = cleaner.sanitize(df.columns) conversion_dict = cleaner.suggest_conversion_dict(df) df = cleaner.preprocess(df, column_dtype_conversion_dictionary = conversion_dict, std_coeff = 1.5, fill_na_method = 'median', label_col = None) ``` ## Development setup ```sh pip3 install -r requirements.txt ``` Windows: ```sh pip install -r requirements.txt ``` ## Meta M. Zahash – zahash.z@gmail.com Distributed under the MIT license. See `LICENSE` for more information. [https://github.com/zahash/](https://github.com/zahash/) ## Contributing 1. Fork it (<https://github.com/zahash/dfcleaner/fork>) 2. Create your feature branch (`git checkout -b feature/fooBar`) 3. Commit your changes (`git commit -am 'Add some fooBar'`) 4. Push to the branch (`git push origin feature/fooBar`) 5. Create a new Pull Request


نیازمندی

مقدار نام
- pandas
- numpy


نحوه نصب


نصب پکیج whl dfcleaner-1.2.0:

    pip install dfcleaner-1.2.0.whl


نصب پکیج tar.gz dfcleaner-1.2.0:

    pip install dfcleaner-1.2.0.tar.gz