Registry / data / nbdev-pandas

nbdev-pandas

JSON →
library0.0.2389pypypiunverified

nbdev-pandas provides documentation lookup utilities for pandas within nbdev's literate programming environment. Current version is 0.0.2389, with an unknown release cadence.

pip install nbdev-pandas
INSTALL
IMPORT
SIG · NBDEV-PANDAS
N
nbdev-pandas
datapythonv0.0.2389
Install
3.1s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.0.2389 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.1MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.1s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

show_doc
from nbdev_pandas import show_doc
from nbdev_pandas import show_doc

Display the documentation for pandas function sort_values.

from nbdev_pandas import show_doc import pandas as pd show_doc(pd.DataFrame.sort_values)
Debug
Known issues
gotchaThe package name uses a hyphen (nbdev-pandas) but the import name uses an underscore (nbdev_pandas).
fix
Use `import nbdev_pandas` or `from nbdev_pandas import ...`.
affects: all
gotchaVersion numbers are arbitrary; 0.0.2389 suggests rapid iteration and no stable release.
fix
Pin exact version in requirements or use `nbdev_pandas>=0.0`.
affects: all
Upgrade
Version history
0.0.2389latest on PyPI · released Feb 9, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
nbdev-pandas — pip install nbdev-pandas · libregistry