How could the content be improved?
At several places in the "Combining DataFrames with Pandas" episode, the code comments use "read in" to describe subsetting data. This could be confusing to learners, who would be familiar with "reading" as loading in data from, e.g., a csv (the read_csv command). I would suggest that instances of "read in" which refer to subsetting be re-worded. Example alternatives: "Subset first ten lines of surveys table" or "Save first ten lines of surveys table as a new object."
Which part of the content does your suggestion apply to?
No response
How could the content be improved?
At several places in the "Combining DataFrames with Pandas" episode, the code comments use "read in" to describe subsetting data. This could be confusing to learners, who would be familiar with "reading" as loading in data from, e.g., a csv (the read_csv command). I would suggest that instances of "read in" which refer to subsetting be re-worded. Example alternatives: "Subset first ten lines of surveys table" or "Save first ten lines of surveys table as a new object."
Which part of the content does your suggestion apply to?
No response