From mailing list:
Out of curiosity, is there a reason returning an izip iterator of the
index + cols isn't DataFrame method? I've got the following in my
toolbox now:
def iziprows(df):
series = [df[col] for col in df.columns]
series.insert(0,
df.index)
return izip(*series)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4