79430115

Date: 2025-02-11 13:26:43
Score: 2
Natty:
Report link

for i in df.columns:
print(df[i].apply(type).unique())

check for unqiue datatypes present in all columns if there are more than one dtype in a columns either drop that column or convert all the values in the column into a single dtype.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rohith Kaki