Metadata-Version: 2.4
Name: csvstat-manan
Version: 0.1.0
Summary: A command-line CSV data profiler
Author: Manan Gupta
License-Expression: MIT
Keywords: csv,data,statistics,cli,data-profiler
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# csvstat

A command-line CSV data profiler built with Python.

## Features

- CSV row and column counting
- Automatic column type inference
- Numeric statistics
- Missing-value detection
- Missing-value percentage
- Minimum, mean and maximum for numeric columns
- Most frequent values for text columns
- Date-format detection
- Unsupported date-format warnings
- Command-line interface
- Input validation
- Error handling

## Supported Data Types

- Numeric
- Date
- Text

## Supported Date Formats

- YYYY-MM-DD
- YYYY-MM-DD HH:MM:SS
- DD/MM/YYYY
- MM/DD/YYYY

## Installation

```bash
pip install csvstat-manan
