Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Python
  3. Question
Python

Python Pandas: TypeError: Tuple Indices Must Be Integers Or Slices, Not Str

Asked by Andrea Bailey Nov 17, 2022 2.0K views 1 answer
Share

About this question

help me solve this error. I am trying to print row values

import pandas as pd
df = pd.read_csv(“/home/user/data1”)
for row in df.iterrows():
    print (row['Email'])

Your answer

1 Answer

More Python discussions

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.

Latest Python Blogs

Guides, tips and career advice on Python from JanBask experts.