Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sep to kv_to_csv #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add sep to kv_to_csv #407

wants to merge 1 commit into from

Conversation

DGarbs51
Copy link

adding an optional sep argument to the export_kv_to_csv function

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Chuukwudi
Copy link
Contributor

This is indeed a useful feature! I recently submitted a PR that was approved, but it focused on the document level rather than the page level.

May I suggest to @Belval: While we currently have separate functions to export to formats like XLSX and CSV, it might be beneficial to introduce a feature that allows direct export to pandas, similar to the to_pandas() methods available in the table class. This would leverage pandas' built-in export methods, such as to_html, to_csv, to_excel, to_markdown, and others, simplifying the workflow and reducing redundancy.

I have already created a PR to enable this functionality, but implementing it at the page level as well would further enhance usability.

The key_values feature is incredibly useful, and adding the capability to export directly to pandas would make it even more powerful.

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