Pandas version checks

  • [X] I have checked that this issue has not already been reported.

  • [X] I have confirmed this bug exists on the latest version of pandas.

  • [X] I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

import pandas as pd

df = pd.read_csv(path)

Issue Description

I can open the csv with mac software Numbers, but can't read it correct whit pandas

Expected Behavior

read csv correct

Installed Versions

1.5.3

Comment From: mingxin-yang

Pandas BUG: read_csv error The first few columns are squeezed into one column and separated by /. He was originally divided by,

Comment From: mingxin-yang

Pandas BUG: read_csv error I open it with vscode

Comment From: MarcoGorelli

please fill in the template and provide a reproducible example. if you open a new issue in which you fill in everything from the template, we can take a look

Comment From: mingxin-yang

what's the template?

Comment From: MarcoGorelli

the one that starts with "Reproducible Example". you didn't post a reproducible example

Comment From: mingxin-yang

import pandas as pd

df = pd.read_csv(path)

i just use this, how can i give you my file

Comment From: MarcoGorelli

create a reproducible example which can be copied-and-pasted

sorry mate, maintenance resources are really limited - I'd suggest you ask on stackoverflow, or on some slack channel for beginners to pandas, helping every newcomer on github with basic questions just doesn't scale