Tool vs Python Script for Transforming Data in Mongo
We have a bunch of Mongo collections (data collected from APIs, web scraping, etc) that we need to transform to a cleaner data structure (standardized schema) on a monthly basis. Are there any good tools to help us manage this process, or would you recommend writing a Python script instead?
Topic data-cleaning
Category Data Science