Untitled
plain_text
2 months ago
114 B
1
Indexable
Never
for i, rec in enumerate(recommendations.iterrows()): AttributeError: 'NoneType' object has no attribute 'iterrows'
for i, rec in enumerate(recommendations.iterrows()): AttributeError: 'NoneType' object has no attribute 'iterrows'