Series Methods & Properties
Introduction
Pandas Series is the block for handling one dimensional data [ single column ] . Just like a single column in a spreadsheet or a list of numbers
It is array- like object that can hold data of any type ( integers , float , strings ,etc ) ...
series-s1e1.hashnode.dev4 min read