Metadata-Version: 2.3
Name: pytae
Version: 2.4.2
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 is my day to day util



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

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

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

### 3) Subsetting: get_data()
https://github.com/maddytae/pytae/blob/master/src/get_data.ipynb

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

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


