Untitled
unknown
plain_text
2 years ago
114 B
2
Indexable
for i, rec in enumerate(recommendations.iterrows()): AttributeError: 'NoneType' object has no attribute 'iterrows'
Editor is loading...
for i, rec in enumerate(recommendations.iterrows()): AttributeError: 'NoneType' object has no attribute 'iterrows'