Reading CSV files with csv.DictReader in Python

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

But do the index numbers still work for the rows because based on the nature of the problem I need to solve, I cannot know the fields' names?

ubermensch
Автор

I am using the csv reader, but I am having an issue with value in the csv such as "50+, Female, Positive" trying to verify this with json api call. Three data is separated with, which actual one big value. How to tackle this?

bhangra