Metadata-Version: 2.1
Name: dstricks
Version: 0.0.17
Summary: Data science package
Author: RJUNCC (Ryan Jacobs)
Author-email: ryan.jacobs04@outlook.com
Keywords: python,data science,ds,functions
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: statsmodels
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"

# dstricks

[Github Link](https://github.com/RJUNCC/dstricks/tree/main?tab=readme-ov-file)

[Pypi Link](https://pypi.org/project/dstricks/)

A package full of data science functions I learned along the way.
These should include modeling, visualization, statistics, etc.
This is used to make workflow faster and have already available functions.
This probably won't be able to cover all of the things that you need but this is mainly based on what I do.
