Filtering Question #2
Consider the following Data Frame called users_df
:
ID | Name | Age | State |
---|---|---|---|
140 | George L | 47 | Iowa |
3260 | Mary R | 34 | Vermont |
18502 | Audrey V | 68 | Ohio |
999 | Rick W | 23 | California |
If we wanted to return only the Name and State fields for any ID greater than 3000, which code snippet meets these requirements?
This exercise is part of the course
Cleaning Data with PySpark
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
