Skip to content

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