A drag-and-drop way I built to clean messy spreadsheets
1•vinserello•2h ago
i had a pile of csvs with missing values, duplicate rows, and different column formats. sql worked but felt heavy, and pandas scripts got messy fast. so i tried making a flow where each cleaning or join step is just a node you drag and connect. ended up using it to prep data for side projects. curious if others have solved this pain in simpler ways.
vinserello•2h ago