how to take head from list code example
Example 1: head first python
this is amazing book to learn Python Programming if you can't afford the book
then go to this link to download it for free
https://www.pdfdrive.com/head-first-python-a-brain-friendly-guide-e183836129.html
Example 2: getting head in pandas
# to show the first 5 coloums of the tabel
df.head()