Python Forum
unable to locate package - pandas datareader
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to locate package - pandas datareader
#1
Hi I'm new to the world of programming and I am really under pressure to learn python at the moment for a mature student college course. So im looking for help on how to get python pandas installed on ubuntu 16.04, specifically pandas datareader. I might need more help later too, to get my head around this. I have no programming experience and very little linux experience.

I'm doing the basic introduction on python and stuck on the second part.

import pandas_datareader.data as web

https://pythonprogramming.net/data-analy...roduction/

I've visited https://github.com/pydata/pandas-datareader but do not know what to do after this part, do I need to download something else.

Quote:import pandas.io.data as web
/usr/lib/python3/dist-packages/pandas/io/data.py:33: FutureWarning:
The pandas.io.data module is moved to a separate package (pandas-datareader) and will be removed from pandas in a future version.
After installing the pandas-datareader package (https://github.com/pydata/pandas-datareader), you can change the import from pandas.io import data, wb to from pandas_datareader import data, wb.
FutureWarning)
Reply


Messages In This Thread
unable to locate package - pandas datareader - by Grin - Apr-11-2018, 08:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I use bounding box to locate a table in a pdf file? JaneTan 1 2,554 Sep-01-2021, 05:44 PM
Last Post: Larz60+
  pandas DataReader error on all data sources glidecode 5 18,263 Sep-25-2019, 02:10 PM
Last Post: perfringo
  question on pandas datareader kit12_31 3 9,282 Feb-05-2018, 11:55 PM
Last Post: snippsat
  1 I cant read many stocks(list) with pandas-datareader from yahoo Davidii111 1 4,988 Dec-27-2017, 04:47 PM
Last Post: nilamo
  [split] Locate and open csv file agocomp 3 3,439 Dec-02-2017, 07:02 AM
Last Post: buran
  Error with web.DataReader rakhmadiev 1 6,012 Jun-24-2017, 04:14 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020