Metadata-Version: 2.1
Name: dfreduce
Version: 1.0
Summary: Automatic size reduction for pandas dataframe
Home-page: https://github.com/arun-nemani/dfreduce
Author: Arun Nemani
Author-email: neman014@gmail.com
License: UNKNOWN
Description: # dfreduce
        
        Description: Automatically reduce the size of your pandas dataframe
        
        ## Installation
        pip install dfreduce
        
        ## Usage
        ```
        import dfreduce
        import pandas as pd
        
        df = pd.read_csv("http://www.ats.ucla.edu/stat/data/binary.csv")
        df_reduced = DFreduce(df)
        ```
        
        ## Uninstallation
        
        ```
        pip uninstall dfreduce
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
