Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anaconda - Docstring
#1
I'm using the pandas_datareader module with the get_data_yahoo function on the Anaconda Cloud. With respect to data, the function works perfectly, but I can't get the data arguments (in docstring) using Shift+Tab. I've installed pandas_datareader correctly and get the correct results but only because I watched a video showing what the arguments were. This problem has happened with other functions and I don't have time to look for a video with the function arguments every time I need them.

With most functions Shift+Tab works correctly and I get a list of arguments in a docstring. For example, say I define my pandas_datareader object 'my_prices' and use:
my_prices.mean()
Shift+Tab gives me the docstring arguments correctly for this. It just seems to break with certain functions. I'm a total noob to Python - anything obvious I'm missing?

Thanks!
Reply


Forum Jump:

User Panel Messages

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