- Learning pandas(Second Edition)
- Michael Heydt
- 75字
- 2021-07-02 20:37:10
The size and shape of a Series
The number of items in a Series object can be determined by several techniques, the first of which is by using the Python len() function:

The same result can be obtained by using the .size property:
An alternate form for getting the size of a Series is to use the .shape property. This returns a two-value tuple, but with only the first value specified and representing the size:

推薦閱讀
- Kibana Essentials
- CMDB分步構建指南
- Offer來了:Java面試核心知識點精講(原理篇)
- 精通搜索分析
- Python進階編程:編寫更高效、優雅的Python代碼
- iOS應用逆向工程(第2版)
- Learning Python by Building Games
- 微信小程序項目開發實戰
- C/C++數據結構與算法速學速用大辭典
- Practical Game Design with Unity and Playmaker
- JavaScript動態網頁編程
- Java 9 with JShell
- 從零開始學算法:基于Python
- Spring Boot從入門到實戰
- Visual FoxPro程序設計習題及實驗指導