Skip to content

Conversation

@ceberam
Copy link
Contributor

@ceberam ceberam commented Nov 17, 2025

The usage of TableItem.export_to_dataframe() without doc argument is deprecated. However, some documentation is still showing the usage of export_to_dataframe function without the doc argument.

Resolves #2633

Checklist:

  • Documentation has been updated, if necessary.
  • Examples have been added, if necessary.
  • Tests have been added, if necessary.

@ceberam ceberam self-assigned this Nov 17, 2025
@ceberam ceberam changed the title fix: remove deprecation warnings with export_to_dataframe fix(docs): remove deprecation warnings with export_to_dataframe Nov 17, 2025
@mergify
Copy link

mergify bot commented Nov 17, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

@ceberam ceberam added bug Something isn't working documentation Improvements or additions to documentation and removed bug Something isn't working labels Nov 17, 2025
@github-actions
Copy link
Contributor

DCO Check Passed

Thanks @ceberam, all your commits are properly signed off. 🎉

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ceberam ceberam marked this pull request as ready for review November 17, 2025 10:44
@dosubot
Copy link

dosubot bot commented Nov 17, 2025

Related Documentation

Checked 3 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@ceberam ceberam changed the title fix(docs): remove deprecation warnings with export_to_dataframe docs: remove deprecation warnings with export_to_dataframe Nov 17, 2025
Copy link
Contributor

@dolfim-ibm dolfim-ibm left a comment

Choose a reason for hiding this comment

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

lgtm

@ceberam ceberam changed the title docs: remove deprecation warnings with export_to_dataframe docs(examples): remove deprecation warnings with export_to_dataframe Nov 17, 2025
@ceberam ceberam merged commit f552862 into main Nov 17, 2025
28 checks passed
@ceberam ceberam deleted the fix/deprecated-export-to-md-2633 branch November 17, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Table export example uses deprecated TableItem.export_to_dataframe()

3 participants