Metadata-Version: 2.2
Name: dsplus
Version: 0.9.1
Summary: Helper functions for data science applications
Author: Prashana Bajracharya
Author-email: pajracharya713@gmail.com
Keywords: data science,pandas
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: scipy
Requires-Dist: plotly
Requires-Dist: geopandas
Requires-Dist: shapely
Requires-Dist: rasterio
Requires-Dist: rasterstats
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This package contains helper functions and classes for various data science tasks.

This package is still in the beta stage. Please expect frequent updates to fix bugs and add functionalities. A full documentation will be added soon.

Primary categories include:
- Pandas helpers: Functions that start with 'pd_*'.
- Plotly helpers: Functions and classes that start with 'px_*'. 'px_Plot()' to create plots and 'px_Map()' to create maps.
- Spatial analysis helpers: Functions that start with 'sp_*'.
- OS helpers: Functions that start with 'os_*'.
- Set functions: Functions that start with 'set_*'.
- String functions: Functions that start with 'str_*'.
- Miscellaneous: Miscellaneous functions.

# Installation

```bash
pip install dsplus
```
