We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
minor issue, but would be nice for consistency
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.io.parsers.read_table.html#pandas.io.parsers.read_table
shows it as pandas.io.parsers.read_table but it should be used as pandas.read_table and that's how it should appear
pandas.io.parsers.read_table
pandas.read_table
this could be a simple sphinx reference label change
FWIW this would probably invalidate a lot of links on SO