Metadata-Version: 2.1
Name: Cdatatype
Version: 1.0.1
Summary: A python package to count datatypes and null values in columns
Home-page: UNKNOWN
Author: Thiru Siddharth
Author-email: thirusid789@gmail.com
License: MIT
Description: A python package to count datatype and null values in columns.
        
        #HOW TO USE
        
        df = pd.dataframe(data)
        
        from Cdatatype import datatypes
        
        datatypes(df[['coulumn_name1','column_name2',......]])
        
        @note - sometimes float values will be same as null values because null values like 'NaN' are also float values.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
