I have been using Pandas to format dataframes, which I have then converted to CSV and only then uploaded manually to BigQuery (depending on the size, I upload to Cloud Storage before).
I often use Google Colaboratory as my Notebooks UI.
Is it possible to streamline the process by uploading directly from Pandas to BQ/CS? How?