Answer the question
In order to leave comments, you need to log in
Why does pandas display the csv file like this?
This is the csv file itself:
This is what happened in the console:
4 lines of code:
import numpy
import pandas as pd
df = pd.read_csv('test1.csv')
print(df)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question