US Treasury 10Y and 2Y yields in 2024
A first real-data example: read two columns from a CSV snapshot, compare them, and inspect how stable the relationship stays across the year.
A scikit-learn-style example index: each page starts from a concrete question, shows the runnable code, and then shows the result.
This page is a real example gallery built from frozen snapshots of public data. Every entry below links to a dedicated page generated from an actual EchoTime run, with visual outputs, runnable source code, local CSV snapshots, and links to reports or story assets where they exist.
Short, low-friction walkthroughs that make the package legible in a few minutes.
A first real-data example: read two columns from a CSV snapshot, compare them, and inspect how stable the relationship stays across the year.
A clean two-column workflow on real Wikimedia traffic data: read a table, compare two series, then inspect how the relationship changes over rolling windows.
Examples where timestamps, cohorts, or domain structure matter enough to change the similarity story.
A real irregular-data example using 2024 USGS earthquakes from California and Alaska, with explicit timestamps kept in the comparison instead of being flattened away.
Examples built to travel in talks, README sections, social posts, and benchmark discussions.
A flagship real-data example asking which historical attention curve DeepSeek looked more like over its first breakout window: ChatGPT or Threads.
A macro example on real FRED data asking whether BTC behaved more like oil or more like implied volatility across 2024.
A wide-table example using Phoenix and Las Vegas daily maximum temperatures during the 2024 summer heatwave window.
The examples above use real public data. The table below is different: these are the small built-in starter datasets that ship with EchoTime for offline smoke tests and quick local experiments.
| Dataset | Domain | Kind | Why it exists |
|---|---|---|---|
| Sine vs noise sine_vs_noise | generic | comparison | The smallest possible demo for rhythmicity and predictability. |
| Weekly website traffic weekly_website_traffic | traffic | dataset | A product-style dataset with weekly rhythm, trend, and launch bursts. |
| Irregular patient vitals irregular_patient_vitals | clinical | dataset | A minimal irregularly sampled clinical-monitoring cohort. |
| GitHub breakout analogs github_breakout_analogs | product | comparison | A social-friendly stars-over-time demo for similarity analysis. |
| BTC / gold / oil under shocks btc_gold_oil_shocks | markets | comparison | A regime-aware market comparison demo. |
| Grid load vs heatwave energy_load_heatwave | energy | dataset | A small multivariate energy system demo with heatwave-driven shifts. |
| Wearable recovery cohort wearable_recovery_cohort | wearable | dataset | A longitudinal cohort demo for heterogeneity and adherence. |