Metadata-Version: 2.4
Name: pytae
Version: 2.5.1
Dynamic: Requires-Dist
Summary: A package to enhance common day to day tasks in the life of a data scientist
Project-URL: Homepage, https://github.com/maddytae/pytae
Project-URL: Bug Tracker, https://github.com/maddytae/pytae/issues
Author-email: Madhukar Kumar Jha <madhukar.k.jha@gmail.com>
License-File: LICENSE
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

## This contains following five sets of features. Each of these sets of features are explained in accompanying notebooks.

### 1) Plotting: This is main feature. A light weight plotting package build on top of pandas plot and fully compatible with matplotlib
https://github.com/maddytae/pytae/blob/master/src/plotter.ipynb

### 2) Aggregation: agg_df()
https://github.com/maddytae/pytae/blob/master/src/agg_df.ipynb

### 3) Transformations: long(), wide()
https://github.com/maddytae/pytae/blob/master/src/shape.ipynb

### 4) Filtering: qry()
https://github.com/maddytae/pytae/blob/master/src/qry.ipynb

### 5) Selection: select()
https://github.com/maddytae/pytae/blob/master/src/select.ipynb

### 6) Utilities: clip(), handle_missing(), cols(), group_x()
https://github.com/maddytae/pytae/blob/master/src/other_utilities.ipynb



