PythonOOP icon indicating copy to clipboard operation
PythonOOP copied to clipboard

Fixing error in column names

Open prabathbr opened this issue 3 years ago • 4 comments

column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV

prabathbr avatar Mar 03 '22 12:03 prabathbr

column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV

prabathbr avatar Mar 03 '22 12:03 prabathbr

thank you so much , just fixed it!

jimdevops19 avatar Mar 22 '22 22:03 jimdevops19

@prabathbr.. Thank you so much bro. Your comment solved my error which was bugging me..

Ankur-586 avatar Jul 14 '22 10:07 Ankur-586

(Instance.name) is not working.

AbhishekSajjanaratgit avatar Sep 07 '22 16:09 AbhishekSajjanaratgit