{"id":24099,"library":"nbdev-pandas","title":"nbdev-pandas","description":"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.","status":"active","version":"0.0.2389","language":"python","source_language":"en","source_url":"https://github.com/fastai/nbdev-index/tree/master/","tags":["nbdev","pandas","documentation"],"install":[{"cmd":"pip install nbdev-pandas","lang":"bash","label":"default"}],"dependencies":[],"imports":[{"note":"","wrong":"","symbol":"show_doc","correct":"from nbdev_pandas import show_doc"}],"quickstart":{"code":"from nbdev_pandas import show_doc\nimport pandas as pd\nshow_doc(pd.DataFrame.sort_values)","lang":"python","description":"Display the documentation for pandas function sort_values."},"warnings":[{"fix":"Use `import nbdev_pandas` or `from nbdev_pandas import ...`.","message":"The package name uses a hyphen (nbdev-pandas) but the import name uses an underscore (nbdev_pandas).","severity":"gotcha","affected_versions":"all"},{"fix":"Pin exact version in requirements or use `nbdev_pandas>=0.0`.","message":"Version numbers are arbitrary; 0.0.2389 suggests rapid iteration and no stable release.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Change to `from nbdev_pandas import show_doc`.","cause":"Using hyphen in import instead of underscore.","error":"ImportError: cannot import name 'show_doc' from 'nbdev-pandas'"},{"fix":"Run `pip install nbdev-pandas`.","cause":"Package not installed.","error":"ModuleNotFoundError: No module named 'nbdev_pandas'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}