Skip to content
Novus Examples
h56.3 KB

HDF5 — Hierarchical Scientific Data

A small HDF5 file with a compound 'employees' dataset and a numeric 'readings' grid — the hierarchical format used across science and ML. For testing h5py/HDF5 readers and conversion.

Preview — schema + first 5 rowsh5
idint64namestringemailstringdepartmentstringactiveboolscoredoublejoineddate
1001Ada Lovelaceada.lovelace@example.comEngineeringtrue98.52021-03-01
1002Alan Turingalan.turing@example.comResearchtrue952020-06-15
1003Grace Hoppergrace.hopper@example.comEngineeringfalse91.22019-11-20
1004Katherine Johnsonkatherine.johnson@example.comOperationstrue96.82022-01-10
1005Edsger Dijkstraedsger.dijkstra@example.comResearchfalse89.42018-09-05
Decoded table — all 5 rows shown.

Specifications

Rows
5
Columns
7
Format
HDF5
Datasets
2
Groups
1

Generated by generation/data_binary.py. Free for any use, no attribution required — license.