Closed annalisev closed 6 months ago
Instead of uploading one game at a time, just make contact with the database once and upload data all in one go.
load.py
As an engineer I need my code to be as efficient as possible, so my code can run quickly.
Updated to use execute_values() instead of cursor.execute() for uploading to database
execute_values()
cursor.execute()
Description
Instead of uploading one game at a time, just make contact with the database once and upload data all in one go.
Required Files
load.py
User Story
As an engineer I need my code to be as efficient as possible, so my code can run quickly.