Skip to content

[Documentation] Add pandas DataFrame usage example with SingleNodeExecutor.map#968

Merged
jan-janssen merged 5 commits intomainfrom
copilot/add-executorlib-example-to-docs
Apr 16, 2026
Merged

[Documentation] Add pandas DataFrame usage example with SingleNodeExecutor.map#968
jan-janssen merged 5 commits intomainfrom
copilot/add-executorlib-example-to-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

  • Explore notebook structure and locate the right insertion point (after the map() example, cell 8)
  • Revert the pandas section added to docs/application.md in the previous session
  • Insert a markdown cell + code cell into notebooks/1-single-node.ipynb demonstrating pandas DataFrame use with SingleNodeExecutor.map()
  • Updated "These three examples…" → "These examples…" to keep the summary accurate
  • Added realistic HTML/text outputs to the new code cell to match the format of all other cells in the notebook
  • Re-sequenced all subsequent cell execution_count values (+1) to keep the notebook consistent
  • Validate: ran the added example code locally — output correct

Copilot AI changed the title [WIP] Add example of using executorlib with pandas DataFrames [Documentation] Add pandas DataFrame usage example with SingleNodeExecutor.map Apr 16, 2026
Copilot AI requested a review from jan-janssen April 16, 2026 06:57
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.15%. Comparing base (0829868) to head (3546ecb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #968   +/-   ##
=======================================
  Coverage   94.15%   94.15%           
=======================================
  Files          39       39           
  Lines        2089     2089           
=======================================
  Hits         1967     1967           
  Misses        122      122           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI and others added 2 commits April 16, 2026 07:05
@jan-janssen jan-janssen marked this pull request as ready for review April 16, 2026 07:38
Copilot AI review requested due to automatic review settings April 16, 2026 07:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jan-janssen jan-janssen merged commit cddbd83 into main Apr 16, 2026
35 checks passed
@jan-janssen jan-janssen deleted the copilot/add-executorlib-example-to-docs branch April 16, 2026 07:49
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.

[Documentation] Use exeutorlib with pandas Dataframes

3 participants