The document discusses checking various aspects of data quality, including file type, text content type, table data structure, tidiness, and wholeness. It recommends using common file types like text that can be read by various applications, and suggests JSON as an all-round format for text content. Table data should have each column as a variable and each row as an observation to be considered tidy. Data quality checks aim to gather related data while maintaining tidiness.
Related topics: