This is our first python tutorial for helping people to learn python programming.
In this article the main focus is on very basic python functions like head, tail, info etc.
Please do have a look at it and let us know if you guys/gals have any insights about making it better .
Table of Contents
Function # 1
df.head()
we use head() here – in other words, this function helps in printing the first five rows of python dataframe.
Function # 2
df.tail()
we use tail() here – similarly to function#1 this function helps in printing the last five rows of python dataframe.
Function # 3
df.info()
The snipshot on the right is from google to show how it looks like when we call .info() on any dataframe.
Another such functions are .describe, which we are going to include in coming tutorials.
This is our first learn python programming tutorial in the series and we will continue to write other such articles in future as well.
We have one sincere request from our readers to give us a good response in anyways possible you guys think.
Above all, it will be great if you guys can tell us what you want to read.
The link below is of another article which i have posted on this website, therefore do have a look at it whose main emphasis is on improving your general knowledge.
In addition, to the content articles we will be publishing some video lectures as well on youtube for you guys,
Reason why this python language usability is increasing day by day:
Because of it’s usage in machine learning and artificial intelligence. In Conclusion, we can say it has a massive scope.
Therefore, do refer python’s scikit learn library for machine learning.
Some other websites where one get material related to python learning are w3schools and tutorialspoint
Leave a comment