Better alternative to iterrows() when needing to set dynamic date range in a for loop in Python?
Hoping that the title makes some sense. I’m essentially trying to pull data via the GA4 Reporting API in Python, but since this API has a 10k rows limit, I need to select smaller time ranges (1 month at a time versus a 12 months, for example) and concatenate the resulting 1 month dataframe together to create the final dataset.