0

I have a dataset with a column containing strings in multiple languages. I am hoping to remove rows where one column contains a string in any language other than English. I can't seem to find any way to go about this. Does anyone have suggestions for a library or code that might be useful for this purpose?

Niamh
  • 51
  • 5

1 Answers1

1

This seems like a repeat of this, as the root of this question is how to detect non-English languages rather than how to filter a dataset.