Problem with downloader.py
Closed this issue · 1 comments
UrielMendoza commented
When running the downloader.py I get this error, I don't know if it has to do with the pandas version, I'm running it with the pandas version 0.23.3
Traceback (most recent call last):
File "downloader.py", line 39, in
for ind,image_name in enumerate(df.productId.to_list()):
File "/usr/lib/python2.7/dist-packages/pandas/core/generic.py", line 4378, in getattr
return object.getattribute(self, name)
AttributeError: 'Series' object has no attribute 'to_list'
UrielMendoza commented
Update pandas version and it worked