D
D
Den123455662020-07-08 17:52:44
Python
Den12345566, 2020-07-08 17:52:44

Why does pandas display the csv file like this?

This is the csv file itself:
5f05dcb30297d500335670.png
This is what happened in the console:
5f05dcdfec618277913644.png

4 lines of code:

import numpy
import pandas as pd

df = pd.read_csv('test1.csv')
print(df)

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zexer, 2020-07-08
@zexer

maybe it's worth using pandas with Jupyter Notebook?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question