In this tutorial you will learn how to use .iloc & .loc correctly in order to slice your datasets.
.iloc is a label based indexing method to select your data, however .loc is a position based indexing method for data selection, check the tutorial for when & where to use them.
Download dataset: https://github.com/updatascience/pandas
Indexing in Pandas: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html
*Machine learning in 10 minutes: https://www.youtube.com/playlist?list=PLAy8nZQgaqPHQRb-t0G9mfrCOYAGFyoV6
*Python in 10 minutes: https://www.youtube.com/playlist?list=PLAy8nZQgaqPFhZn8dKhlLWQ5SxaS0ssS6
*Pandas in 10 minutes: https://www.youtube.com/playlist?list=PLAy8nZQgaqPFaTzBAaIiby4pLZD-dlb_E
*Visualization in 10 minutes : https://www.youtube.com/playlist?list=PLAy8nZQgaqPE1_LauWGN5sh5g_LNRcQ0k
Download
0 formats
No download links available.
Python Pandas tutorial in 5 minutes: Label based & position based indexing | NatokHD