美文网首页
what is the difference between p

what is the difference between p

作者: 刘月玮 | 来源:发表于2017-12-10 10:16 被阅读17次

参考链接

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.

相关文章

网友评论

      本文标题:what is the difference between p

      本文链接:https://www.haomeiwen.com/subject/jammixtx.html