Home / Questions / Other CSV dictionary rows पढ़ने का तरीका क्या है? — error आने पर developer क्या करे? Other 0 Views Verified CSV dictionary rows पढ़ने का तरीका क्या है? — error आने पर developer क्या करे? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified csv.read_dict(file) csv.read_dict(file) Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer csv.DictReader(file) csv.DictReader(file) Additional Explanation DictReader प्रत्येक row को dictionary-like object देता है। पहले traceback की exact line और input value check करें।
Verified csv.DictionaryReader(file) csv.DictionaryReader(file) Additional Explanation यह विकल्प सही समाधान नहीं है।