Created
August 23, 2024 20:43
-
-
Save egberts/64a933fc8ec7f6c3a4e5af5a5e70d4ed to your computer and use it in GitHub Desktop.
Sankey chart in Python
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><meta charset="utf-8" /></head> | |
<body> | |
<div> <script type="text/javascript">window.PlotlyConfig = {MathJaxConfig: 'local'};</script> | |
<script type="text/javascript">/** | |
* plotly.js v2.34.0 | |
* Copyright 2012-2024, Plotly, Inc. | |
* All rights reserved. | |
* Licensed under the MIT license | |
*/ | |
/*! For license information please see plotly.min.js.LICENSE.txt */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Above generated using Plotly.Sankey and Pandas.
https://github.com/egberts/immigration/