Type Inference for Messy Web Data
Web tables don't have schemas. Every cell is a string.
But when you export to SQL, JSON, or load into Pandas, types matter. A column of integers should be INTEGER, not TEXT. A column of "Yes"/"No" val
gauchogrid.hashnode.dev7 min read