官术网_书友最值得收藏!

The .index and .values properties

Each Series object consists of a series of values and an index. The values can be accessed through the .values property:

The result from is a NumPy array object, as the following verifies:

This is called out for informational purposes. We will not examine NumPy arrays in this book. Historically, pandas did use NumPy arrays under the covers, so NumPy arrays were more important in the past, but this dependency has been removed in recent versions. But as a convenience, .values returns a NumPy array even if the underlying representation is not a NumPy array.

In addition, the index for the series can be retrieved using .index:

The type of index created by pandas is RangeIndex. This is a change in pandas from the previous version of this book, when this type of index did not exist. The RangeIndex object represents a range of values from the start to the stop value with the specified step. This is efficient for pandas, compared to the previously utilized Int64Index.

The RangeIndex is simply one type of the indexes that we will explore (much of the detail in is Chapter 6, Indexing Data).
主站蜘蛛池模板: 新河县| 清新县| 五原县| 南皮县| 梅州市| 南汇区| 德兴市| 漠河县| 东莞市| 达拉特旗| 冕宁县| 烟台市| 遂平县| 舞钢市| 汉源县| 天气| 斗六市| 安西县| 秦安县| 临泽县| 麻城市| 开封市| 通州市| 乾安县| 阿图什市| 乐亭县| 崇文区| 清苑县| 黑河市| 广饶县| 彭泽县| 大悟县| 孟州市| 祥云县| 白银市| 晋江市| 崇州市| 陆河县| 崇仁县| 高淳县| 宜兰市|