3. Searching for Data#

Covered in this chapter:

  1. How to find Strings with Specific Features

  2. Finding Strings without Certain Features

  3. Larger Pandas Queries with RegEx

  4. How and When to use the Filter() Function

  5. How and When to use the Query() Function

  6. What is the Purpose of Groupby()

  7. What are Pandas Group Objects

  8. How to Analyze Group Objects Quantitatively

  9. How to work with Multiple Groupings at Once