-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
import pandas as pd
from io import StringIO
csv_data = """col1,col2
1,foo
2,bar
3,baz"""
data = StringIO(csv_data)
df = pd.read_csv(data)
print(df)
Issue Description
pls solve that issue
Expected Behavior
im not getting the code instead of solution im getting this error module 'pandas' has no attribute 'version'
Installed Versions
python version 3.11
Replace this line with the output of pd.show_versions()
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue