Metadata-Version: 2.4
Name: eshwar-pandas
Version: 0.1.0
Summary: A lightweight wrapper around pandas for loading and previewing CSVs
Home-page: https://github.com/Eshwarrsa/Eshwar_Pandas
Author: Sree Ardhanareeswaran R
Author-email: your@email.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Eshwar-Pandas

A minimal wrapper around pandas to easily load CSV files, preview them, and inspect column data types.

## Installation

```bash
pip install eshwar-pandas
