When I try to output my table csv table, it looks horrible. What should I do?
I tried just putting it in, but it's really messy.
import pandas as pd
df = df.read_csv(r"C:\yourpath\data.csv")
df
I want to get something more readable such as:
I tried putting some formatting in the excel file, but it doesn't seem to save this things because of the csv format