Data Cleaning in the Browser: Turning Web Tables into Analysis-Ready Data
You've found the perfect data table on a website. You export it. You open it in Excel or load it into Pandas. And then the problems start.
Numbers are strings: "1,234,567" instead of 1234567
Decimals are inconsistent: some use ., others use ,
Date...