标签: python pandas python-2.x
我正在尝试编写一个for循环,该循环将能够自动创建从X到Y的categoryX和locationX变量。我知道如何手动编写它,但是我希望实现自动化。
category1=Table.iloc[0,0].encode('utf-8') location1=Table.iloc[0,1].encode('utf-8') category2=Table.iloc[1,0].encode('utf-8') location2=Table.iloc[1,1].encode('utf-8')