Understand what a pandas
dataframe entails
The simplest way to install not only pandas, but Python and the most popular packages that make up the SciPy stack is with Anaconda, which you have already installed.
A pandas dataframe is a data structure that can be best understood as a list of lists. A data frame is a matrix of data, containing rows and columns,and ideally the first row contains the header - the name of each column.
Please watch the following video to learn more about dataframes in pandas
.
Learn Data Analysis with Pandas
module in Code Academy which can be found here.[1] https://pandas.pydata.org/docs/getting_started/install.html
[2] https://www.codecademy.com/learn/data-processing-pandas
Please click next to view the rest of the material for today