79665904

Date: 2025-06-14 14:19:21
Score: 2.5
Natty:
Report link

I needed to use

df_dm.dropna(axis = 1, how="all", inplace = True)

I was only dropping rows with all Nans since:

axis = 0

is the standard.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: David B.