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

Introducing the pandas Series and DataFrame

Let's jump into using some pandas with a brief introduction to pandas two main data structures, the Series and the DataFrame. We will examine the following:

  • Importing pandas into your application
  • Creating and manipulating a pandas Series
  • Creating and manipulating a pandas DataFrame
  • Loading data from a file into a DataFrame