Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to read module/class from list of strings?
Post: How to read module/class from list of strings?

How can I get 'string_wrong' to print out what 'correct' is printing out? from google.cloud import bigquery corret = [bigquery.SchemaField("field1","STRING", mode="NULLABLE"), bigquery.SchemaField("...
popular_dog General Coding Help 1 503 Oct-04-2023, 02:01 PM
    Thread: trouble reading string/module from excel as a list
Post: trouble reading string/module from excel as a list

I'm trying to read from a cell in a csv file as a list, but I'm running into a problem. import csv from google.cloud import bigquery with open('documents\list.csv') as csvfile: reader = csv.Di...
popular_dog General Coding Help 0 444 Oct-04-2023, 01:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020