You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas profiling (https://github.com/pandas-profiling/pandas-profiling) is a tool widely used for calculating reports on tables. It returns parsable json reports with quantile/descriptive statistics on column level. This PR proposes to develop PandasProfilingColumnStatsExtractor to populate TableColumnStats entities.
Expected Behavior or Use Case
new extractor exists parsing pandas-profiling reports to TableColumnStats
Service or Ingestion ETL
databuilder
Possible Implementation
rely on pandas profiling json report to collect metadata
The text was updated successfully, but these errors were encountered:
Pandas profiling (https://github.com/pandas-profiling/pandas-profiling) is a tool widely used for calculating reports on tables. It returns parsable json reports with quantile/descriptive statistics on column level. This PR proposes to develop
PandasProfilingColumnStatsExtractor
to populateTableColumnStats
entities.Expected Behavior or Use Case
Service or Ingestion ETL
Possible Implementation
The text was updated successfully, but these errors were encountered: