I met the following loop header example:
for _, p in data.iterrows():
What does it mean? What is underscore and what is comma?
UPDATE
iterrows is from here: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.iterrows.html
I met the following loop header example:
for _, p in data.iterrows():
What does it mean? What is underscore and what is comma?
UPDATE
iterrows is from here: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.iterrows.html