Computational · Paper · 2026

Exploratory Data Analysis: A Reproducible Notebook Template

Zenodo

Catalog Row181
Citation KeyFriedman2026ExploratoryDataAnalysisReproducible181
Paper FolderAvailable

Overview

Extracted from the local paper documentation when available.

Exploratory data analysis (EDA) is the most common entry point in applied research, yet it is also where reproducibility most often breaks down: logic accumulates in notebook cells that are never tested and quietly drift from the prose describing them. This paper presents the computational-notebook exemplar of the Research Project Template (https://github.com/docxology/template): an interactive walkthrough notebook (projects/templates/template eda notebook/notebooks/eda walkthrough.ipynb) that imports a small, fully-tested EDA library rather than carrying logic in its cells. We ship a deterministic dataset (data/measurements.csv) with a designed correlation structure and a handful of missing values, then load, clean, summarize, correlate, and visualize it entirely through tested functions in src/eda/. The library is side-effect-free — no plotting and no file I/O — and standalone (numpy a

exploratory data analysiscomputational notebookreproducible researchpandasdata cleaningcorrelation analysis

Use Notes

Concise findings and methods pulled from README/SKILL documentation.

Findings / Concepts
  • exploratory data analysis
  • computational notebook
  • reproducible research
  • pandas
  • data cleaning
Methods / Techniques
  • Not yet summarized.

Citation

Plain-text citation for quick reuse.

Friedman, Daniel Ari. 2026. Exploratory Data Analysis: A Reproducible Notebook Template. Zenodo.

Primary source Documentation Source repository BibTeX

Related in Computational

Other catalogued works in the same domain.