Metadata-Version: 2.1
Name: quickpt
Version: 0.0.3
Summary: For aggregating and visualizing variance, unique values and percent of missing values of features in any dataset.
Home-page: https://github.com/youssefsultan/quickpt
Author: Youssef Sultan
Author-email: youssefsultann@gmail.com
License: MIT
Keywords: visualize
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt


<!-- ABOUT THE PROJECT -->
## About The Project
This is a small Python Function that allows you to see the variance, percentage of missing values and unique values within a dataset.

`pip install quickpt`
```python
from quickpt.quickpt import quickpt
quickpt(df, graph=None, encode=True)
```
### More information on the project
* [PyPi](https://pypi.org/project/quickpt/)
<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request


Change Log
===========
0.0.1 (06/02/22)
- First Release
0.0.2 (06/02/22)
- Update Readme and GitHub Link
0.0.3 (06/02/22)
- Update Readme and GitHub Link
