I am starting to try and manipulate some CSV file data.

My first problem is the empty values (empty cells in a spread sheet). My boss sends me these files and when I open the in csv format Python gives me:

"Denison, P14, , , , , $1600"

I can't find if there is a few simple lines of code (or whatever it may be) that would only output my CSV data as strings and mathematiccal expressions while omitting blank values.

Much Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.