Learning pandas(Second Edition)
上QQ阅读APP看书,第一时间看更新

Creating a Series

A Series can be created using several techniques. We will examine the following three:

  • Using a Python list or dictionary
  • From NumPy arrays
  • Using a scalar value