How to deal with pages with Javascript-generated content, like this webpage.
See here for the notebook.
For the Names Dataset, we previously opened and analyzed comma-separated values using read-split-select. For more complex csv files, we can use one of the 2 following modules designed specifically for csv's.
Click here for an example using Pandas.