Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoC WDL fails filter_data task #618

Open
jacobthill opened this issue Jan 16, 2025 · 0 comments
Open

LoC WDL fails filter_data task #618

jacobthill opened this issue Jan 16, 2025 · 0 comments

Comments

@jacobthill
Copy link
Contributor

The data we need to filter the WDL collection on is in the for of a list smushed into a pandas column e.g. the value in the part_of column might look like "['afghanistan', 'al-arab (baghdad, iraq) 1917-1920', 'al-iraq (baghdad, iraq) 1920-1922']" and we need to see if any of 'afghanistan', 'al-arab (baghdad, iraq) 1917-1920', or 'al-iraq (baghdad, iraq) 1920-1922' are in the column. The current filter task is looking for a string that looks exactly like the "['afghanistan', 'al-arab (baghdad, iraq) 1917-1920', 'al-iraq (baghdad, iraq) 1920-1922']" e.g. it has all of those values in that order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant