Intro to pandas - Series -1 : For Absolute beginners to Data science
Rakshith Vasudev Rakshith Vasudev
5.95K subscribers
734 views
0

 Published On Oct 12, 2017

code : https://github.com/rakshithvasudev/Da...

This video introduces series from pandas library. A pandas series object has index and values. Index could be defined explicitly that could be used to access a particular element. This video basically addresses how to create a Series Object in Pandas.

from docs: Series is a one-dimensional labeled array capable of holding any data type (integers, strings, floating point numbers, Python objects, etc.). The axis labels are collectively referred to as the index.

docs: https://pandas.pydata.org/pandas-docs...

show more

Share/Embed