Hacker News new | ask | show | jobs
Ask HN: State of data visualization/dashboard tools in 2020?
1 points by nicdc 2101 days ago
It's been a while since I worked on data visualizations and dashboards. I'm about to start a project that requires some statistical computations in the back-end and a interactive dashboard to present results, while also allowing users to tweak parameters and/or select certain parts of the data.

I have used Tableau, PowerBI, R Shiny and Python Dash for this purpose in the past. But have been out of the loop for the past 3-4 years.

What's the latest trend on dataviz/dashboard tools? Any suggestions for what tools to use? I would like to use Dash to stay within the Python/Pandas/NumPy environment, but it seems R Shiny is still ahead of Dash these days.

Thanks.