How Can I get the key and values that the report generate from ProfileReport #1151
Unanswered
smurali-chwy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get the data values from the profiel report for the columns something like this even in any format
I tried using to_json() --> it provides the html along with data
Is there any method I am missing or some one can help me extract just the data alone instead of html component along with data
{
columnname :{
total: 500
missing: 100
distinct : 2
value_counts:{
A : 200
B : 200
Null: 100
}
std_dev: 1.2
variance: 3
}
}
Beta Was this translation helpful? Give feedback.
All reactions