In this chapter, we will see the following recipes:
- Creating Series objects
- Creating DataFrame objects
- Inserting and deleting columns to a DataFrame
- Inserting and deleting rows to a DataFrame
- Selecting items by row indexes and column labels
- Selecting items by integer location
- Selecting items using mixed indexing
- Accessing, selecting, and modifying data
- Selecting rows using Boolean selection
- Reading and storing data in different formats
- Data displays employing different kinds of visual representation
- How to apply numerical functions and operations to Series and DataFrame objects
- Computing statistical functions on Series and DataFrame objects
- How to sort data in Series and DataFrame objects
- Performing merging, joins, concatenation, and grouping