CSV Data Quality Report avatar

CSV Data Quality Report

Pricing

Pay per usage

Go to Apify Store
CSV Data Quality Report

CSV Data Quality Report

Generate a compact data quality report from CSV input, including schema, missing values, numeric summaries, and a data preview.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Xiangyu Liu

Xiangyu Liu

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Analyze a CSV file and return a compact data quality report. The Actor reports row and column counts, data types, missing values, numeric summaries, and a small preview.

Input

Provide either csvText or a public inputFileUrl. Optional maxRows defaults to 100000.

Example JSON:

{ "csvText": "name,amount\nA,10\nB,20", "maxRows": 100000 }

The Actor accepts CSV input up to 10 MB and limits processing to 100,000 rows. It writes one JSON report item to the default dataset. It does not access external accounts or modify source data.