for chunk_id,rows in chunks.items():
print ("chunk_id:",chunk_id)
this is how you should iterate a dictionary
0
solved TypeError: ‘int’ object is not subscriptable rows [closed]
for chunk_id,rows in chunks.items():
print ("chunk_id:",chunk_id)
this is how you should iterate a dictionary
0
solved TypeError: ‘int’ object is not subscriptable rows [closed]