Skip to content
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

Fixed an issue with passing pandas DataFrame as a parameter #565

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

Mottl
Copy link
Contributor

@Mottl Mottl commented Aug 13, 2018

Fixed an issue with passing pandas DataFrame object as a symbols parameter for Moex data connector:

import pandas as pd
import pandas_datareader.data as web

symbols = pd.DataFrame(index=['SBER', 'USD000UTSTOM'])
df = web.DataReader(symbols, 'moex',
                    start='2017-07-01', end='2017-07-31')

@bashtage
Copy link
Contributor

Could you add a whats new for this bug?

@Mottl
Copy link
Contributor Author

Mottl commented Aug 13, 2018

There is a statement in whatsnew already about multiple symbols in a constructor:

- MOEX data connector now supports multiple symbols in a constructor.

I doubt we should add something more, because this is just a patch for this topic.

@bashtage bashtage merged commit 4ea2f10 into pydata:master Aug 13, 2018
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

Successfully merging this pull request may close these issues.

2 participants