最佳答案
TypeError: 'NoneType' object is not iterable是什么意思?例子:
for row in data: # Gives TypeError!
print(row)