Pandas Tutorial - Importing Data and Slicing with df.loc() and df.iloc()

Опубликовано: 25 Июль 2026
на канале: Luke Monington
299
8

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.