Skip to content

Fix Create_manifest: add missing 'import pandas as pd'#150

Open
bendichter wants to merge 1 commit into
masterfrom
fix-create-manifest-pandas-import
Open

Fix Create_manifest: add missing 'import pandas as pd'#150
bendichter wants to merge 1 commit into
masterfrom
fix-create-manifest-pandas-import

Conversation

@bendichter
Copy link
Copy Markdown
Member

The notebook uses pd.DataFrame() (cell with manifest = pd.DataFrame(columns=...)) and pd.pivot_table() but never imports pandas, so it raises NameError: name 'pd' is not defined at runtime.

One-line fix: add import pandas as pd to the existing imports cell.

Caught by the headless test sweep of #149.

🤖 Generated with Claude Code

The notebook uses pd.DataFrame() and pd.pivot_table() but never imports
pandas. NameError at runtime. One-line fix.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@bendichter bendichter requested a review from h-mayorquin May 12, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants