Skip to content

Passing database name instead of table name to pandas.DataFrame.to_sql() #7

@enricostano

Description

@enricostano

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions