Data Ingestion

Load whatever the request points at — one CSV or Excel export, twelve related tables, a folder of 500 emails, a 4 GB log you never load, a warehouse table you query in place — and record every source in run/manifest.json with the grain one row represents, the axis it is ordered by, its row count, columns and dtypes. Read as text and coerce on purpose — pd.read_csv inference turns order_id 00123 into the integer 123, and a paged pull that stops early looks identical to a complete one. Use when a user attaches a file or a folder, points you at a database, warehouse or API, or asks for analysis of data you have not loaded yet.

pymc-labs 02e1edb 10.7 KB Updated

File contents

pymc-labs/daimon/tree/main/defaults/skills/data-ingestion commit 02e1edbe9b

Frequently asked questions

npx skillmds@latest add pymc-labs/data-ingestion