swirl教程 3: Tidying Data with tid
2021-10-21 本文已影响0人
Chamberzero
Tidy data is formatted in a standard way that facilitates exploration and analysis and works seamlessly with other tidy data tools. Specifically, tidy data satisfies three conditions:
- Each variable forms a column
- Each observation forms a row
- Each type of observational unit forms a table
详见此处