csvapi icon indicating copy to clipboard operation
csvapi copied to clipboard

Load most files into a data frame: CSV, AVRO, Parquet, JSON, Text

Open lettergram opened this issue 2 years ago • 0 comments

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

import json
from dataprofiler import Data, Profiler

data = Data("your_file.csv") # Auto-Detect & Load: CSV, AVRO, Parquet, JSON, Text, URL

lettergram avatar Dec 07 '21 16:12 lettergram