Pandas Documentation Search
A Raycast extension that lets you search the Pandas API reference and preview detailed documentation without leaving Raycast. Results include signatures, descriptions, parameters, and return values, with quick actions to open the official docs in your browser.
Features
- Instant Pandas search: Quickly filter the full API reference with fuzzy matching that surfaces the right functions, classes, and modules as you type.
- Rich previews: See inline signatures, parameter details, and return values without leaving Raycast.
- Doc deep links: Open the exact section on pandas.pydata.org in your browser when you need the full documentation context.
- Copy-ready snippets: Copy signatures or doc URLs directly from the command for fast handoff into notebooks, scripts, or PRs.
- Local docs fallback: Keep searching from a downloaded Pandas docs folder when Raycast cannot reach the online docs.
Local Documentation
The extension uses the official online Pandas documentation by default. To use downloaded docs instead, open command
preferences and set Documentation Source to Local Docs Directory.
For local docs:
- Download the Pandas documentation source ZIP.
- Extract it locally.
- Set Local Docs Directory to the extracted folder.
- The extension will read
objects.inv and HTML pages from the folder's stable subfolder.
If online loading fails and a local docs directory is configured, the extension automatically falls back to the local
copy and shows a recovery item with retry and preferences actions.