Skip to content

PARSE ERROR #343

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
praveenvaddimgunta opened this issue May 26, 2017 · 2 comments
Closed

PARSE ERROR #343

praveenvaddimgunta opened this issue May 26, 2017 · 2 comments

Comments

@praveenvaddimgunta
Copy link

When I am using pandas-datareader to fetch the Oanda currency historical rate using the following code

from pandas_datareader.oanda import get_oanda_currency_historical_rates
start, end = "2016-01-01", "2016-06-01"
quote_currency = "USD"
base_currency = ["EUR", "GBP", "JPY"]
df_rates = get_oanda_currency_historical_rates(
start, end,
quote_currency=quote_currency,
base_currency=base_currency
)
print(df_rates)

I am getting the following error
ParserError: ',' expected after '"'. Error could possibly be due to parsing errors in the skipped footer rows (the skipfooter keyword is only applied after Python's csv library has parsed all rows).

@talwrii
Copy link

talwrii commented Jun 21, 2017

**Possible duplicate of **" #296.

I'm note quite sure if it is the same: there is no mention of ParseError, though we do have

Error: ',' expected after '"'

This bug says:

 OANDA now displays on their website
 Register to become a Premium Member

@gliptak
Copy link
Contributor

gliptak commented Jul 10, 2017

@praveenvaddimgunta Support for Oanda was removed with #366 Consider closing this issue

@jreback jreback closed this as completed Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants