Metadata-Version: 2.4
Name: datacleanser
Version: 0.1.0
Summary: A utility to clean and normalize 2D data structures
Home-page: https://github.com/yourusername/datacleanser
Author: Balraj Sellamuthu
Author-email: balrajsellamuthu30@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: license-file

# datacleanser

A tiny Python utility to normalize 2D data rows (e.g., from pandas or numpy) for serialization, export, or processing.

## Features

- Handles `numpy.int64`, `numpy.float64`, `datetime`, `date`, `NaN`, `None`
- Converts everything else to `str`

## Installation

```bash
pip install datacleanser
