This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vd [2021/06/18 13:02] dblume |
vd [2023/04/10 10:27] (current) dblume |
||
---|---|---|---|
Line 25: | Line 25: | ||
| ; | Extract regex to new column. Ex, '' | | ; | Extract regex to new column. Ex, '' | ||
| %%^%% | rename the column. Might have to be " | | %%^%% | rename the column. Might have to be " | ||
+ | | = | Use Python function to create new column. Ex, hex to dec: '' | ||
+ | | : | Split column by regex | | ||
| - | Hide column | | | - | Hide column | | ||
| S | Go to " | | S | Go to " | ||
Line 33: | Line 35: | ||
| , | Select all rows that match this column' | | , | Select all rows that match this column' | ||
| " | Open duplicate sheet with only selected rows | | | " | Open duplicate sheet with only selected rows | | ||
+ | |||
+ | ===== Inspecting Columnar Data ===== | ||
+ | |||
+ | ^ Key ^ Meaning ^ | ||
+ | | I | Describe all columns, errors, distinct, mode, mean, median, stdev, etc. | | ||
+ | | i | Add a column of incrementing numbers (useful for ' | ||
+ | | . | Requires an " | ||
+ | | O | Options to enable " | ||
+ | | F | Frequency table of row counts, or histogram if numeric_binning is true | | ||
+ | |||
+ | ====== Case Study Link: Exported CSV from PG&E ====== | ||
+ | |||
+ | Visit [[vd-pge]]. | ||
+ | |||
+ | ====== Cast Study: Merging Two Tables, logs and metadata ====== | ||
==== Protip: Use column view to set multiple columns at once ==== | ==== Protip: Use column view to set multiple columns at once ==== |