Metadata-Version: 2.1
Name: rock-pre-h
Version: 0.0.3
Summary: rock-for-easy-preprocessing
Home-page: https://github.com/lakP44/coding-total/tree/main/module/rock
Author: P444
Author-email: laklak5000@gmail.com
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Package for easy data preprocessing

- corr
    - make_pvalue_df
    - make_ttest_df
    - make_ANOVA_df
- plots
    - make_corr_heatmap
    - make_distplots
    - make_boxplots
    - make_barplots
- useful
    - createFolder
    - checkNAN
    - handle_NAN
    - NAN_preview
    - check_features
