Skip to main content

Data Format

Columns works best when source data follows clean tabular structure. If results look wrong, data formatting is usually the first thing to check.

Video overview: Good Data vs Bad Data

Good Data

Recommended structure:

  1. Data is tabular
  2. Each row is a record
  3. Each column is a field

Example: Good Data Example

Bad Data

Common issues:

  1. merged cells
  2. multiple tables in one sheet
  3. mixed data types in one column
  4. empty rows/columns in the middle of data
  5. repeated headers within the same table

Examples:

Data Type Consistency

Keep each column type consistent. Typical column types include:

  • number
  • text
  • date/time
  • boolean (true/false)