Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on January 23, 2025 10:21AM
Likes: 0
Replies: 2
I need to leverage Dataiku Dashboard to visualize Dataset with a better look.
this is what I want (set different colors for value criteria / bold font / dataframe multindex support /etc):
this is visualization of dataset currently (quite plain):
I am code designer and can write python, btw, is there any solution?
Operating system used: Windows
Operating system used: Windows
Hey @Neville Qi,
I think you could just use this kind of feature below;
Let's choose color by rules and apply the same pattern. It looks classically like, red negative value and green for the opposite.
After that you can share the dataset view on your dashboard. You can also use the dataset's Chart section to further configure your view for sharing.
Dataiku's Dashboards are never going to be as strong as tools specially built for visualisation. Nothing stops you from building reports on other visualisation tools. If you can code in Python you should look at Dataiku Webapps which allow you to develop webapps inside Dataiku using various Python visualisation frameworks. Here are few samples:
https://knowledge.dataiku.com/latest/data-viz/webapps/concept-webapps.html
https://developer.dataiku.com/latest/tutorials/webapps/index.html