Skip to content

Odd behaviour in read_csv #2668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hayd opened this issue Jan 9, 2013 · 2 comments
Closed

Odd behaviour in read_csv #2668

hayd opened this issue Jan 9, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@hayd
Copy link
Contributor

hayd commented Jan 9, 2013

This is a strange example from this StackOverflow question:

Date,Currenncy,Symbol,Type,Units,UnitPrice,Cost,Tax
2012-03-14,USD,AAPL,BUY,1000
2012-05-12,USD,SBUX,SELL,500
In [1]: pd.read_csv('ttt.csv', index_col=0, parse_dates=True)
Out[1]: 
           Currenncy Symbol  Type  Units   UnitPrice       Cost       Tax
Date                                                                     
2012-03-14       USD   AAPL   BUY   1000  2012-05-12  012-05-12  12-05-12
2012-02-05       USD   SBUX  SELL    500         NaN        NaN       NaN
@wesm
Copy link
Member

wesm commented Jan 15, 2013

Not cool. Marked for 0.10.1

@ghost ghost assigned wesm Jan 20, 2013
@wesm wesm closed this as completed in e05a3d0 Jan 20, 2013
@wesm
Copy link
Member

wesm commented Jan 20, 2013

fixed this thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants