pathwaycom / pathwaycom/pathway

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

Open
#41 0 comments 0 reactions 1 assignee View on GitHub

@izulin is already working on this.

Since May 27, 2024.

enhancement
Dominant language
Python
Stars
62.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.