You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is a strange example from this StackOverflow question:
The text was updated successfully, but these errors were encountered: