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

Static table import (table_from_...) should not be under pw.debug #41

Open
dxtrous opened this issue Apr 11, 2024 · 0 comments
Open

Static table import (table_from_...) should not be under pw.debug #41

dxtrous opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dxtrous
Copy link
Member

dxtrous commented Apr 11, 2024

Is your feature request related to a problem? Please describe.
A number of table_from_... import functions, such as those from Pandas, Markdown, etc. are hidden away in the pw.debug module. They should not be.

I am not sure to what extent this is also true for table export functions (table_to_...).

Describe the solution you'd like
Moving these functions to some other more natural module for static data import, or perhaps allowing pw.Table(dataframe_like_object) constructors directly.

Describe alternatives you've considered
N/A

Additional context
This is a topic that comes up regularly in Discord user questions and also in issues like #30.

@dxtrous dxtrous added the enhancement New feature or request label Apr 11, 2024
@izulin izulin self-assigned this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants