Looking at Data

One of the more interesting things one can do with Python is manipulate and plot data. However, before doing either, it is often a good idea to take a look at the data you’re working with. In the example below, we begin by importing the Pandas package. Then we read a CSV file off my…… Continue reading Looking at Data

Published
Categorized as dataframes