pandas-datareader
                                
                                 pandas-datareader copied to clipboard
                                
                                    pandas-datareader copied to clipboard
                            
                            
                            
                        Line 234 of tiingo.py needs to be updated according to new pandas update
Current line : return pd.concat(dfs, self._concat_axis) According to new pandas update it says we need to specify any Series or data-frame objects with the keyword 'objs' as a parameter Update to : return pd.concat(objs=dfs, axis=self._concat_axis)
Thank god, for this comment. Why haven't the maintainers updated it yet,had to manually change the tiingo.py file
This project needs the community to get behind it and produce patches and updates.