Metadata-Version: 2.2
Name: csv_parser_cnic_test_2025
Version: 0.3.3
Summary: A CSV parser that converts CSV to Arrow format
Home-page: https://github.com/scottie1996/algorithmTest
Author: ZZA
Author-email: zhouziang1996@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyarrow
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CSV Parser

This is a simple Python package that parses CSV files and converts them to Arrow format using PyArrow.

## Installation

You can install this package via `pip`:

```bash
pip install csv_parser

```
