Beginner help

I want to learn Panda, but I’m stuck with the Help ie I find dozens of methods, functions etc that say “Undocumented”. And many of them woulda been real useful to me.
So, how do I get help on those things?

You can use “pydoc”, which ships with python by default. You can use pydoc to get help on most of the classes that are marked “Undocumented” in the API reference.