Howdy! I'm reaching out as a maintainer of the [DataProfiler library](https://github.com/capitalone/dataprofiler). I think it might be useful to your project so I'm reaching out! Would love to collaborate and see how we can help csvapi ```python import json from dataprofiler import Data, Profiler data = Data("your_file.csv") # Auto-Detect & Load: CSV, AVRO, Parquet, JSON, Text, URL ```
Howdy!
I'm reaching out as a maintainer of the DataProfiler library.
I think it might be useful to your project so I'm reaching out! Would love to collaborate and see how we can help csvapi