Skip to content

issues Search Results · repo:pydata/pandas-datareader language:Python

Filter by

540 results
 (100 ms)

540 results

inpydata/pandas-datareader (press backspace or delete to remove)

@bashtage -- we really appreciate all the work you ve done on this package. Just wanted to check in to see if there is a plan to continue supporting this package or if it will be deprecated. We currently ...
  • mmcky
  • 1
  • Opened 
    on Mar 21
  • #1000

STORY: Users can retrieve IMF datasets with pandas-datareader - https://betadata.imf.org/ - https://betadata.imf.org/en/Resource-Pages/IMF-API - Access to IMF Data SDMX API in Python https://datasupport.imf.org/knowledge?id=knowledge_category ...
  • westurner
  • 2
  • Opened 
    on Feb 22
  • #999

10 Failed downloads: - NFLX: No data found for this date range, symbol may be delisted - COST: No data found for this date range, symbol may be delisted - META: No data found for this date range, symbol ...
  • yuanhao-quantelai
  • 3
  • Opened 
    on Feb 19
  • #998

Issue I just followed the documentation. But it does not work. import pandas_datareader.data as web import datetime df = web.DataReader( TUD , oecd ) print(df.columns) df[[ Japan , United States ...
  • r-matsuzaka
  • 1
  • Opened 
    on Oct 6, 2024
  • #997

Run the following code to reproduce the issue: import pandas_datareader as web web.DataReader( AAPL , yahoo , 1/1/2018 , 1/1/2019 ) You will get the following exception: Traceback (most recent call ...
  • vikassnwl
  • 2
  • Opened 
    on Aug 25, 2024
  • #995

Retrieving the data from an OECD source with the OECDReader with the following code results in an error (see below), presumably due to a changed URL structure of the OECD API. OECD provides the following ...
  • jakobmlrhg
  • Opened 
    on Aug 1, 2024
  • #993

I ve already installed the pandas-datareader on my pycharm however whenever i try to import it i get the following error ModuleNotFoundError: No module named distutils . I also couldn t find this module ...
  • MLafeta
  • 5
  • Opened 
    on Jul 22, 2024
  • #992

import pandas_datareader as pdr df = pdr.get_data_moex( SBER , start= 2024-05-26 ) df.head() AttributeError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_18664\2461240623.py in ?() ...
  • RJSDevel
  • 2
  • Opened 
    on May 27, 2024
  • #991

You should set the long description content type to text/markdown because the current markdown is not being rendered properly on pypi. Minor thing, but thought I d mention it. image
  • T-Lind
  • Opened 
    on Apr 17, 2024
  • #990

This issue seems to be pervasive through the library but can be demonstrated with the below: import pandas_datareader.data as web fetch = web.get_data_yahoo( AACI , 1577854800, 1609390800) It ll produce ...
  • cmpunches
  • 1
  • Opened 
    on Feb 18, 2024
  • #988
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub