This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:r_cheat_sheet [2026/09/14 04:16] 5.31.155.199 old revision restored (2026/08/01 18:24) |
notes:r_cheat_sheet [2026/09/16 05:33] (current) 43.167.185.137 old revision restored (2026/06/03 01:49) |
||
|---|---|---|---|
| Line 52: | Line 52: | ||
| * A data frame collects sets of related values (i.e. sets of columns with values in the same order) e.g. '' | * A data frame collects sets of related values (i.e. sets of columns with values in the same order) e.g. '' | ||
| * To extract a column, use double-square brackets with the column index or name e.g. '' | * To extract a column, use double-square brackets with the column index or name e.g. '' | ||
| + | * '' | ||
| ===== Statistics ===== | ===== Statistics ===== | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * | ||
| ===== File Handling ===== | ===== File Handling ===== | ||
| Line 62: | Line 65: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||