Hi guys, I was customizing some columns to clean the data. Here's what I'm doing:
Data retrieval using serper
Then I do some cleaning: each record returned by serper has an address field that I use to clean my data. How do I do it? I use a ZIP code column (the identifier of an Italian city), which is always present within the address field. So I check that the postal code is within address, and if it's not, I ignore it.
Once filtered, I want to send everything into a second table (where I do the data enrichment), but it fails.
Have you ever done something similar?
Do you have any idea why?