diff --git a/caravel/data/__init__.py b/caravel/data/__init__.py index 377661bcb1..974ce2e898 100644 --- a/caravel/data/__init__.py +++ b/caravel/data/__init__.py @@ -178,7 +178,7 @@ def load_world_bank_health_n_pop(): tbl_name, db.engine, if_exists='replace', - chunksize=500, + chunksize=50, dtype={ 'year': DateTime(), 'country_code': String(3),