Metadata-Version: 2.4
Name: data_manipulation
Version: 0.50
Summary: Powerful data manipulation
Author-email: Shawn Ng <shawn.coding.acc@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/shawnngtq/data-manipulation
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: boto3
Requires-Dist: cryptography
Requires-Dist: django
Requires-Dist: flask
Requires-Dist: geopandas
Requires-Dist: ipython
Requires-Dist: loguru
Requires-Dist: mysql-connector-python
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: psycopg
Requires-Dist: pyspark
Requires-Dist: python-dotenv
Requires-Dist: sqlalchemy
Dynamic: license-file

# Data Manipulation

- [Data Manipulation](#data-manipulation)
  - [What is it?](#what-is-it)
  - [Where to get it](#where-to-get-it)
  - [Dependencies](#dependencies)
  - [License](#license)
  - [Getting Help](#getting-help)
  - [Discussion and Development](#discussion-and-development)
  - [Contributing to data manipulation](#contributing-to-data-manipulation)

My data manipulation library includes functions build on top of popular Python libraries such as Pandas, PySpark and more.

## What is it?

Data Manipulation is a Python package providing powerful utility functions. It contains many subpackages with utility functions built for popular packages such as Pandas, PySpark and many more.

## Where to get it

The source code is currently hosted on GitHub at: https://github.com/shawnngtq/data-manipulation

```bash
pip install data-manipulation
```

## Dependencies

The dependencies will be installed automatically along with this package, using metadata in `pyproject.toml`.

## License

[BSD 3](LICENSE)

## Getting Help

For usage questions, the best place to go to is StackOverflow.

## Discussion and Development

Most development discussion is taking place on github in this repo.

## Contributing to data manipulation

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

As contributors and maintainers to this project, you are expected to abide by our code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/shawnngtq/data-manipulation/blob/master/CODE_OF_CONDUCT.md)
