How to Keep Data Tidy
摘要
Dirty data refers to data that can suffer from all sorts of problems, including, but not limited to, things such as erroneous or conflicting entries, missing values, and outdated data. Tidy data is the opposite, data that is in a nice format, with no inconsistencies or other issues.