Pandas has a to_clipboard function, which I'd find very useful to quickly move data from Pandas into a spreadsheet program.
However, it can't currently be used on PAWS since the required dependencies can't be installed. Attempting to use it raises the following error:
NoClipboardProgramError: Pyperclip requires the gtk, PyQt4, or PySide module installed, or either the xclip or xsel command.
The Pandas installation docs reiterate this (with links):
Optional Dependencies:
...
- One of PyQt4, PySide, pygtk, xsel, or xclip: necessary to use read_clipboard(). Most package managers on Linux distributions will have xclip and/or xsel immediately available for installation.
A regular user can't install system packages, and none of the three Python modules can be simply installed with PIP (I can elaborate if necessary).
This is the same on both Labs and internal PAWS.