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

Schema for dataset summary (JSON) #1102

Open
sbrugman opened this issue Oct 9, 2022 · 0 comments
Open

Schema for dataset summary (JSON) #1102

sbrugman opened this issue Oct 9, 2022 · 0 comments
Labels
code quality 📈 Improvements to the quality of the code base feature request 💬 Requests for new features

Comments

@sbrugman
Copy link
Collaborator

sbrugman commented Oct 9, 2022

Missing functionality

The dataset summaries in pandas-profiling are stored as nested dictionaries. This offered flexibility in the past for users and developers, however has also led to issues of users of the representation. A clear concise data representation is lacking, were users and developers know what to expect from the data.

Proposed feature

Refactor the data summary representation to have a well-defined JSON schema (e.g. via pydantic, similar to the config).

Alternatives considered

No response

Additional context

Related issues:
#983, #944, #647, #637, #636, #624 and #605.

Related PRs:
#1011, #996

@sbrugman sbrugman added feature request 💬 Requests for new features code quality 📈 Improvements to the quality of the code base and removed needs-triage labels Oct 9, 2022
@sbrugman sbrugman self-assigned this Oct 9, 2022
@sbrugman sbrugman mentioned this issue Oct 9, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality 📈 Improvements to the quality of the code base feature request 💬 Requests for new features
Projects
None yet
Development

No branches or pull requests

2 participants