Working with Datasets
摘要
Of all aspects of research that can or does benefit from automation, the one common to all STEM research is the processing of datasets, especially large datasets. Our focus will be on the most common type of datasets, tabular datasets, in which each row is a record. When recordsets have one row per record (and the record separator is the newline character (∖n)), they are easiest to work with, whether we are working in Bash or Python.