Draw Sankey Diagram from dataframe
问题 I have a dataframe: Vendor Name Category Count AKJ Education Books 846888 AKJ Education Computers & Tablets 1045 Amazon Books 1294423 Amazon Computers & Tablets 42165 Amazon Other 415 Flipkart Books 1023 I am trying to draw a sankey diagram using the above dataframe, with the source being Vendor Name and target being Category , and the flow or width being the Count . I tried using Plotly, but no sucess. Does anyone has a solution with Plotly for making a Sankey Diagram? Thanks 回答1: The answer