Making a Plotly Dash Census Viz Powered by RAPIDS

Originally published at: https://developer.nvidia.com/blog/making-a-plotly-dash-census-viz-powered-by-rapids/

TL; DR The use of Plotly’s Dash, RAPIDS, and Data shader allows users to build viz dashboards that both render datasets of 300 million+ rows and remain highly interactive without the need for precomputed aggregations. Using RAPIDS cuDF and Plotly Dash for real-time, interactive visual analytics on GPUs Dash is an open-source framework from Plotly…