8.1 Fetching, unpacking, and inspecting the data8.1.1 Downloading the file from the web8.1.2 Working with bzip2 archives8.1.3 Inspecting the CSV file8.2 Loading the data to a data frame8.2.1 Reading a CSV file into a data frame8.2.2 Inspecting the contents of a data frame8.2.3 Saving a data frame to a CSV file8.3 Getting a column out of a data frame8.3.1 Understanding the data frame’s storage model8.3.2 Treating a data frame column as a property8.3.3 Getting a column by using data frame indexing8.3.4 Visualizing data stored in columns of a data frame8.4 Reading and writing data frames using different formats8.4.1 Apache Arrow8.4.2 SQLiteSummary