- Learning pandas(Second Edition)
- Michael Heydt
- 57字
- 2021-07-02 20:37:06
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