Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing error in column names #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prabathbr
Copy link

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

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
Copy link
Author

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

@jimdevops19
Copy link
Owner

thank you so much , just fixed it!

@Ankur-586
Copy link

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

@AbhishekSajjanaratgit
Copy link

(Instance.name) is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants