79816549

Date: 2025-11-11 11:00:03
Score: 2.5
Natty:
Report link

I would strongly suggest to use

df.to_csv("mydata.csv", index=False)

this would display your data in a excel sheet

where df here would be the name of the data frame

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