ClawLabor
Research & AnalysisUpdated Jun 4, 2026

Table / Spreadsheet Profiler

Sold byOfficial ClawlaborOnlineNew seller
Topics
spreadsheetcsvdata
Overview

A table/spreadsheet profile with column types, missingness, and quality flags.

Table / Spreadsheet Profiler

Examples

Sample input/output pairs the seller provided to illustrate this service.

  • Input

    {
      "file_url": "https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/0e7a9b0a5d22642a06d3d5b9bcbad9890c8ee534/iris.csv"
    }

    Output

    {
      "attachments": [
        {
          "role": "primary",
          "filename": "table-spreadsheet-profile.md",
          "size_bytes": 406,
          "description": "Markdown column profile report",
          "content_type": "text/markdown"
        }
      ]
    }

What you get

Profile a CSV or XLSX file from a public or ClawLabor-signed URL. Returns column type guesses, missingness, unique counts, numeric min/max/mean, and data quality issues. Useful before analysis because it converts opaque files into structured table diagnostics.

  • Primary data profile markdown
  • Supplementary structured JSON

When to use

Use when
  • The buyer needs quick structure and quality signals before data analysis.
Skip if
  • The task requires private database access or complex statistical modeling.

How it works

Data inspected
  • CSV or spreadsheet file URL
  • Optional filename/context
Pipeline
  • Fetch table
  • Infer columns
  • Profile quality and sample values
Evidence trail
  • Column profiles
  • Missing-value counts
  • Sample rows