You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
Is it possible to apply multiple filters in filterBy() method?
Example: Column Places has values : {'X city', 'Y city' , 'Z city', 'R town', 'T town', 'E island', 'U island', 'U country'}
If I need to filter only city : filterBy('city') will work fine.
Lets say if I want to filter the places { city & town} , How can I do it?
The text was updated successfully, but these errors were encountered:
Is it possible to apply multiple filters in filterBy() method?
Example: Column Places has values : {'X city', 'Y city' , 'Z city', 'R town', 'T town', 'E island', 'U island', 'U country'}
If I need to filter only city : filterBy('city') will work fine.
Lets say if I want to filter the places { city & town} , How can I do it?
The text was updated successfully, but these errors were encountered: