Profile Column
Analyze the distinct values in a column
Required Inputs
Column: the column you want to profile
Notes
Only supports profiling one column at a time
Parameters
Name
Type
Description
Is Optional
column_name
column
The column you want to profile
Example
ds = rasgo.get.dataset(id)
ds.profile_column(column_name = 'IMPORTANTCOLUMN')
Source Code
Last updated
Was this helpful?