Helix the Robot
Helix
arrow_backBlood

Dataset research report

Blood research report

A reproducible data report with schema notes, generated chart evidence, suggested follow-up questions, and export-ready Helix queries.

storageHf descriptionmstz--blood.parquet view_list500 rows

Executive Summary

Blood The Blood Transfusion dataset from the UCI ML repository. Census dataset including personal characteristic of a person, and their income threshold. Configurations and tasks Configuration Task Description blood Binary classification Has the person donated blood in the past month? Usage from datasets import load_dataset dataset = load_dataset("mstz/blood")["train"]

Finding 1The dataset has 500 rows available in the catalog.
Finding 2The catalog exposes 4 documented or inferred columns.
Finding 3Helix has 3 ready query prompts for this dataset.
Finding 4This report includes 3 generated chart views.

Research Context

Blood: 500 rows by 4 columns. These exploratory charts are generated automatically from the data - open the dataset in Helix to ask your own questions.

Data Profile

Rows500
Columns4
Numeric cols4

Chart Evidence

These views are generated from the dataset profile. Each chart is paired with a Helix query so it can be opened, adjusted, and exported.

Follow-Up Queries

Preview Rows

# months_since_last_donationinteger total_donationinteger total_blood_donated_in_ccinteger has_donated_last_monthinteger
1 250125001
2 01332501
3 11640001
4 22050001
5 12460000
6 4410000

Data Dictionary

  • months_since_last_donation datetime
  • total_donation numeric
  • total_blood_donated_in_cc numeric
  • has_donated_last_month datetime

Method And Limits

  • Load the catalog entry and preview rows from the processed dataset file.
  • Infer numeric, categorical, time, and location fields from real columns.
  • Generate a small set of defensive Plotly chart specifications from that profile.
  • Expose each chart idea as a query link so the report can be rerun or exported in Helix.

This report is intentionally reproducible. It uses the local catalog metadata and generated chart specifications rather than claiming external conclusions beyond the dataset.

Related Dataset Reports

Login to Helix

Don't have an account? Sign up here

Sign Up for Helix

Already have an account? Login here