what is the difference between python list and pandas series

参考链接

Series and Lists:

Series is a 1D data structure designed for a particular use case which is

quite different from a list. Yet they both are 1D, ordered data structures. Follow to know more :

The pandas documentation defines a Series as -

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.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。