Looking at https://github.com/CollectivaT-dev/TimeOverflow/blob/master/script_bank_profiling.py#L331
As per the .to_sql() documentation, the first argument name is the table name, not the database name.
In our case it still works since it happens to be true... but we should correct this.
@agfab @gullabi thoughts?