quandl / quandl-python

MIT License
1.39k stars 340 forks source link

Support passing pandas Series as request parameter #162

Closed jjmar closed 4 years ago

jjmar commented 4 years ago

If a pandas.Series is passed as a request parameter, ensure that it is treated correctly as an array parameter. This ensures the backend is able to read the parameters values as expected (before this PR it would only end up using one of the series values).