Skip to content

Conversation

@mail4umar
Copy link
Collaborator

In this PR I added the functionality for a three-tier drilldown. This was necessary to plot three-tier plots for query step time using qprof.get_qsteps().

Below is the sample syntax:

import verticapy as vp
data = vp.vDataFrame({
  "gender": ['M', 'M', 'M', 'F', 'F', 'F', 'F'],
  "age": [20, 22, 23, 19, 21, 27, 24],
  "grade": ['A','B','C','A','B','B', 'B'],
  "status": ["pass", "pass", "fail", "fail", "pass", "fail", "fail"],
  "score": [0.99, 0.71, 0.66, 0.92, 0.79, 0.71, 0.77],
  "salary": [21000, 22000, 10000, 32000, 17000, 23000, 12000],
})
vp.set_option("plotting_lib", "highcharts")
data.bar(["grade", "gender", "status"], kind = "drilldown")

@mail4umar mail4umar requested a review from afard February 20, 2025 16:19
@afard
Copy link
Collaborator

afard commented Feb 20, 2025

@mail4umar,
Please make necessary changes so that the Black/lint test passes.

@mail4umar
Copy link
Collaborator Author

@mail4umar, Please make necessary changes so that the Black/lint test passes.

Done.

@mail4umar mail4umar merged commit c423a95 into vertica:master Feb 21, 2025
9 checks passed
@mail4umar mail4umar deleted the three-tier-drill-down-highcharts-01 branch September 9, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants