Accessing Data Profiler in ML JupyterLab
Profiling the Dataset
import dxprofiler dataset = dxprofiler.profile_files(path_to_csv_or_parquet='/path/to/tables/', data_dictionary=None)import dxprofiler dataset = dxprofiler.profile_files(path_to_csv_or_parquet=['/path/to/table1.csv', '/path/to/table2.csv'], data_dictionary=None)import dxprofiler dataset = dxprofiler.profile_dfs(dataframes={'patient_df': patient, 'clinical_df': clinical}, data_dictionary=None)
import dxprofiler
dataset = dxprofiler.profile_cohort_record(record_id="project-xxxx:record-yyyy")Open the Data Profiler GUI
Resources
Last updated
Was this helpful?