← All Projects

Concert Tour Data Cleaning

Google Sheets • Wikipedia & Kaggle Dataset
20 Records Cleaned
5 Issues Resolved
11 Fields Standardized
4 Functions Used

Problem

Kaggle provided me with data that it scraped from Wikipedia. The resulting spreadsheet was a disaster. Rows didn't line up. Information was obscured by improperly sized columns. Some cells were blank. It wasn't reasonably usable in the state it was in.

Process

  • I rearranged the columns so the data reads left to right in a way that makes sense.
  • I fixed the alignment and adjusted the column width so the cut-off text was visible.
  • Blank cells became 'N/A' so I could tell the difference between missing data and empty space.
  • I used REGEXREPLACE, TRIM, and SUBSTITUTE formulas to strip clutter while keeping the actual source citations intact.
  • Documented each change in a Data Cleaning Log.

Result

The dataset is now not only easy to read, but ready to use. Source markers were preserved for traceability.

Screenshots

← Prev: MTG Tracker Next: Inventory Dashboard →