Datasets - zfifteen/unified-framework GitHub Wiki

Datasets and Resources

Provided data files (explain purpose and columns)

  • zeta_zeros.csv
    • Riemann zeta nontrivial zeros (first N entries). Use for spectral comparisons and prime-correspondence tests.
  • z_embeddings_10.csv
    • Large embedding table (many rows). Columns typically include: num, b, c, z, D, j, e, d, r, etc. See column headers in the file for exact schema.
  • pasted-text.txt
    • Project goals and mission statements.
  • Z5D_Reference_Impl-2.ipynb
    • Notebook with experiments, benchmark tables (PNT comparisons), and visualization cells.

Usage tips

  • Load with pandas for quick inspection.
  • Use sampling for very large CSVs; run high-precision checks in mpmath.
  • Keep raw datasets and derived artifacts separate (store derived outputs in /data/derived/).

Benchmarks summary

  • Include a short table (or link to notebook) that compares prime-counting approximations (MSE/MAE/MRE).