Series and Data Frame in Python
The Series is row or columns like object contains values and data frame contains row and columns like object as tables in excel .
To create series in python we have to import pandas and numpy as shown in images below
[…] column in table or dataframe refers to variable in python.It can be categorized into two […]
[…] Series value_counts returns a series of count of unique entries present in that […]
[…] labeles and values can be mapped from pandas dataframe. […]