Metadata-Version: 2.1
Name: getobjcols
Version: 0.0.1
Summary: A package to get a list of object columns in your pandas dataframe
Author-email: Rohit Sharan <rohit.sharan2008@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

#  getobjcols package Usage

This is a simple package to get a list of object columns in your pandas dataframe. Just call the function named 'obj_cols' from the package and send a pandas dataframe as input and it shall return a list of all object columns.

`from getobjcols import obj_fi`

`obj_fi.obj_cols(data)`

