Metadata-Version: 2.1
Name: pandas-profiling-manual
Version: 0.1.0
Summary: A manual data profiling tool built with Pandas
Home-page: https://github.com/yourusername/pandas_profiling_manual
Author: Subham Subhash Dalmia
Author-email: subhamsdalmia@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas >=1.0.0
Requires-Dist: numpy >=1.18.0
Requires-Dist: matplotlib >=3.1.0
Requires-Dist: seaborn >=0.10.0

# pandas_profiling_manual

A manual data profiling tool built with Pandas.
This is useful for people trying to do it on pydroid for android 

## Installation

You can install the package via pip:


pip install pandas_profiling_manual
