Skip to content

Commit 2a8d78a

Browse files
authored
feat(opensource): added DataProfiler (#169)
1 parent b6467d8 commit 2a8d78a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "DataProfiler",
3+
"repository_platform": "github",
4+
"repository_url": "https://github.com/AndreaBozzo/dataprof",
5+
"type": "tool",
6+
"description": "A fast, lightweight library and CLI tool for CSV and JSON data profiling and quality analysis written in Rust",
7+
"license": "MIT",
8+
"tags": [
9+
"rust",
10+
"cli",
11+
"data-analysis",
12+
"csv",
13+
"json",
14+
"data-profiling",
15+
"quality-analysis",
16+
"statistics",
17+
"data-validation",
18+
"performance"
19+
]
20+
}

0 commit comments

Comments
 (0)