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 redash.

Our data loader and profiler can automatically load most files one might see in a company (JSON, AVRO, Parquet, delimited, etc) as well as generate a multitude of statistics (similar to pandas-profiling). Just wanted reach out and see if this is something redash might be interested in?

Example:

import json from dataprofiler 
import Data, Profiler 

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

This would be interesting to extend more data sources.