The dataset I want to read in contains numbers with and without a comma as thousand separator:
"Sudan", "15,276,000", "14,098,000", "13,509,000"
"Chad", 209000, 196000, 190000
and I am looking for a way to read this data in.
Any hint appreciated!