Python Pandas | Episode 2 | What is Series?
Although this video is more specific towards CBSE Class XII students with Infromatics Practices as their subject, the video series will give an insight into the basics of Pandas and prove how strong the Library is, making it beneficial for any person who wants to get started with Python Pandas Python Pandas offers 2 very powerful Data Structures Data Structures in Pandas:- =========================== 1. Data Series / Series (Discussed in this Video) 2. Data Frame Data Series:- ============= It is a Homogeneous One Dimensional Array Like Data Structure. Properties: - 1. Homogeneous 2. Size is Fixed(Immutable) 3. Data in the Series is Mutable. SYNTAX:- ========= pandas.Series(data,index,dtype, copy) --All Optional Parameters INITIALIZATION OF DATA SERIES:- ============================= Data can be provided using the following Methods:- 1. Pyhton List 2. Python Dictionary (Will be discussed in the next Video) 3. NumPy Array( 1 Dimensional) (Will be discussed in the next Video) 4. Scalar Value(Will be discussed in the next Video) #Python #Pandas #Series Link to Download Python: https://www.python.org/downloads/ Links to my Social Media Platforms:- Email: arkopal0111@gmail.com Instagram: https://www.instagram.com/arkopal.ray/ https://www.instagram.com/knowledge.daddy/ Twitter: https://twitter.com/arkopal6/
Although this video is more specific towards CBSE Class XII students with Infromatics Practices as their subject, the video series will give an insight into the basics of Pandas and prove how strong the Library is, making it beneficial for any person who wants to get started with Python Pandas Python Pandas offers 2 very powerful Data Structures Data Structures in Pandas:- =========================== 1. Data Series / Series (Discussed in this Video) 2. Data Frame Data Series:- ============= It is a Homogeneous One Dimensional Array Like Data Structure. Properties: - 1. Homogeneous 2. Size is Fixed(Immutable) 3. Data in the Series is Mutable. SYNTAX:- ========= pandas.Series(data,index,dtype, copy) --All Optional Parameters INITIALIZATION OF DATA SERIES:- ============================= Data can be provided using the following Methods:- 1. Pyhton List 2. Python Dictionary (Will be discussed in the next Video) 3. NumPy Array( 1 Dimensional) (Will be discussed in the next Video) 4. Scalar Value(Will be discussed in the next Video) #Python #Pandas #Series Link to Download Python: https://www.python.org/downloads/ Links to my Social Media Platforms:- Email: arkopal0111@gmail.com Instagram: https://www.instagram.com/arkopal.ray/ https://www.instagram.com/knowledge.daddy/ Twitter: https://twitter.com/arkopal6/