If I’m right, Series are created more like list, also it uses indexing to access elements.
Likewise, what are the differences and similarities between List and Panda Data Structure Series??
Hi @ashubs005
Please go through this: https://discuss.analyticsvidhya.com/t/what-is-the-difference-between-pandas-series-and-python-lists/27373
In the above discuss, the author has used python 2.x version. The difference is in print() function.