Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Adding 2-column CSV together in base Python without using pandas
Post: RE: Adding 2-column CSV together in base Python wi...

(Sep-29-2019, 11:59 AM)ichabod801 Wrote: You need to check each value before you sum it, and if it's empty, treat it as zero. Something like: auto_score = int(row['Auto Score']) if row['Auto Score'...
LeegeeRicky General Coding Help 3 5,353 Sep-29-2019, 12:48 PM
    Thread: Adding 2-column CSV together in base Python without using pandas
Post: Adding 2-column CSV together in base Python withou...

I have a CSV file with ID column (Username) and two numeric columns. In base Python I want to get the ID and the sum of Auto and Manual Score, then generate another CSV with the result. Example input...
LeegeeRicky General Coding Help 3 5,353 Sep-29-2019, 11:23 AM

User Panel Messages

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