|
|
|
|
|
by kite_and_code
1485 days ago
|
|
If you want to use open-source Python-based visualizations instead of Tableau, the following tools allow the creation of custom plots - including the ability to export the underlying code. - bamboolib (proprietary license - acquired by Databricks in order to run within the Databricks notebooks) - mito (GPL license) - dtale (MIT license) |
|
One benefit of having them in actual code is that you can programmatically automate the creation of things like dashboards and reports. For instance, schedule a script to share an interactive plot every Monday morning, or build a live dashboard that updates every 10m. This opens up a lot of possibilities that would be impossible in a traditional drag-and-drop tool.