Metadata-Version: 2.1
Name: pdutility
Version: 0.1.3
Summary: Pandas utility library - major release pending
Author-email: techds <chet_singh@berkeley.edu>
Project-URL: Demopage, https://github.com/techds/structured-data-processing-demos
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

# **Pandas utility library&mdash;an easier way to process data in dataframes.

## Overview
This library offers enhanced tools for the pre-processing and analysis of structured data.

## License Information
This software is available under a dual-license model:
- Open-source: Licensed under the MIT License for non-commercial use, educational purposes, or personal projects.
- Commercial: For use in commercial products, services, or environments, a Commercial License is required.

See [LICENSE](./LICENSE.txt) for the MIT terms, and [COMMERCIAL-LICENSE.md](./commercial-license.md) for commercial terms.


## Attribution Notice
This software primarily relies on the following open-source libraries:

1. **Pandas**: This library is used for data manipulation and analysis. It is licensed under the BSD 3-Clause License. You can find more information and the full license text at [https://pandas.pydata.org](https://pandas.pydata.org).

2. **Scikit-Learn**: This library is utilized for machine learning algorithms and tools. It is licensed under the BSD 3-Clause License. More information and the full license text can be found at [https://scikit-learn.org](https://scikit-learn.org).

3. **NumPy**: This library is used for numerical computations and array processing. It is licensed under the BSD 3-Clause License. More information and the full license text can be found at https://numpy.org.

4. **Seaborn**: This library provides advanced statistical data visualization tools based on Matplotlib. It is licensed under the BSD 3-Clause License. For more information, visit https://seaborn.pydata.org.

This package is developed independently and is not directly affiliated with or endorsed by these libraries.
