This video is an excerpt from my upcoming SQL course that is launching sometime in the next few months. If you have any questions or suggestions on what should be in the course feel free to comment below!
In this video I teach you how to upload a CSV dataset to BigQuery using Python. I show you the easiest way to do it (in my opinion) using a service account and the pandas-gbq library.
I also show you an example of how to use ChatGPT to help you debug your python code since uploading data via code can get a little tricky especially with getting the data types correct!