In this video I continue to explain the Pandas library in Python. I discuss importing from a .csv file and a .xlsx file. From there, I explain df.head() and df.tail(). Finally, I introduce selection using df.loc() and df.iloc(). They are both very useful functions, although they have important differences.