So zeigen Sie CSV in Pandas an

df = pd.read_csv('data.csv')

print(df.to_string())
Annoyed Alpaca