The Basics of Pandas Library
The Basics of Pandas Library
library
Shivang Kainthola
·
Follow
4 min read
·
Aug 31, 2023
P andas is a Python library used for carrying out data analysis and
In this article, I will cover the basic aspect of using Pandas, and go
over the basic Python functions in the Pandas library.
Dataframe :
1. Numeric
Float (float64)
2. Character
The most common format of data files are .xls, .csv, and .txt.
The .head(n) and .tail(n) are useful to take a look at the first or last n
rows of data.
3. Get the shape of dataframe
dataframe.index