Welcome to the

AppSheet Creators Community

Find answers, ask questions, and connect with other creators.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 2
Since ‎09-11-2024
‎11-29-2024

My Stats

  • 4 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

dglick's Bio

Badges nidhalhafeez Earned

View all badges

Recent Activity

Hi, I'm using Python to connect to fetch data from Big Query from my Corporate server. However I get the error TransportError: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLC...
I have a Big Query table which is already created. I need to append data to this table from a CSV every week. What would be the best approach to do it? I found a way where I can upload the data to a gs bucket and then append it using python. I'm wond...
I have stored a Pandas dataframe as a cvs file of which some of the columns are list of lists like [['Dog', 13], ['Cat', 14]]What would be the best approach to store this on big query?I have tried ARRAY> and RECORD type. Array type keeps throwing err...