Hepta, In Spyder when I enter
import pandas as pd in to the IPython console and then type pd( the help window shows: pandas - a powerful data analysis and manipulation library for Python See http://pandas.pydata.org/ for full documentation. Otherwise, see the docstrings of the various objects in the pandas namespace: Series DataFrame Panel Index DatetimeIndex HDFStore bdate_range date_range read_csv read_fwf read_table ols And if I type pd.Series( then I see the docstrings for the Series function. If you don't have this behavior, then try checking the "Editor" and "IPython Console" boxes in the Help section of Preferences. Hope this helps Dan On Tuesday, September 12, 2017 at 5:11:23 PM UTC-4, Hepta wrote: > > Hi there! > Is it normal, that there is no help/documentation available inside Spyder > for Pandas? Do I have to install something separately to get Spyder to > display the documentation of Pandas? > - > Hepta > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
