2
I am currently removing data from a website, with data in English, through web scraping.
If we want, for example, to translate the names or values of the fields into Portuguese, or to complete abbreviations, what is the most appropriate approach:
- Make the change during the web scraping phase?
- Or just make the change after you have the raw data in a file or database?