I have 5 million rows in a MySQL DB sitting over the (local) network (so quick connection, not on the internet).
The connection to the DB works fine, but if I try to do
The best way of loading all data from a table out of -any-SQL database into pandas is:
Use the connector only for reading a few rows. The power of an SQL database is its ability to deliver small chunks of data based on indices.
Delivering entire tables is something you do with dumps.