{
  "dataset": "earthquake",
  "source": "gaia.md",
  "total_flags": 13,
  "files_flagged": 1,
  "findings": [
    {
      "file": "usgs-earthquakes/usgs_m5plus_2000_2026.csv",
      "flags": [
        {
          "column": "Repeated coordinates",
          "finding": "1 locations appear 3+ times"
        },
        {
          "column": "_detail",
          "finding": "(19.4050,-155.2810): 3 events"
        },
        {
          "column": "depth",
          "finding": "75% of integer values end in 0 (expected ~10%)"
        },
        {
          "column": "depth",
          "finding": "83% of values are multiples of 5 (expected ~20%)"
        },
        {
          "column": "depth",
          "finding": "8642 values (43%) are exact powers of 10"
        },
        {
          "column": "depth",
          "finding": "trailing digit 0 appears 75% of the time (expected ~10%)"
        },
        {
          "column": "depth",
          "finding": "value '10.0' appears 8634 times (43% of all values, 11.7x the next most common)"
        },
        {
          "column": "mag",
          "finding": "93% of values are multiples of 5 (expected ~20%)"
        },
        {
          "column": "net",
          "finding": "value 'us' appears 19623 times (98% of all values, 169.2x the next most common)"
        },
        {
          "column": "horizontalError",
          "finding": "trailing digit 7 appears 21% of the time (expected ~10%)"
        },
        {
          "column": "depthError",
          "finding": "trailing digit 5 appears 30% of the time (expected ~10%)"
        },
        {
          "column": "locationSource",
          "finding": "value 'us' appears 19542 times (98% of all values, 157.6x the next most common)"
        },
        {
          "column": "magSource",
          "finding": "value 'us' appears 19454 times (97% of all values, 169.2x the next most common)"
        }
      ]
    }
  ]
}