Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading a CSV
#1
I have a CSV file that looks like this:

htt ps://gyazo. c om/51b69c4d128286521e86cb5715b5fd9a

I need a program that does this:

If Title = 'Title 1(2, 3, 4)' Data should = '1'("Live", 3.6)

The program basically needs to check that each column holds the correct data type.

I have tried to do this loads of way but everything seems to work with rows not columns and it is confusing me.

Thanks a lot guys
Reply


Messages In This Thread
Reading a CSV - by lewoc - Mar-07-2017, 10:29 AM
RE: Reading a CSV - by camp0 - Mar-07-2017, 10:46 AM
RE: Reading a CSV - by lewoc - Mar-07-2017, 10:48 AM
RE: Reading a CSV - by ichabod801 - Mar-07-2017, 10:18 PM
RE: Reading a CSV - by Axel_Erfurt - Mar-08-2017, 01:09 AM

Forum Jump:

User Panel Messages

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