79639846

Date: 2025-05-27 05:23:32
Score: 2.5
Natty:
Report link

I happened to load one of my datasets with dtype = str, that solved the issue.

df = pd.read_excel(file_path, dtype = str)

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