plotly choropleth not plotting data
问题 here is a link to my data https://docs.google.com/document/d/1oIiwiucRkXBkxkdbrgFyPt6fwWtX4DJG4nbRM309M20/edit?usp=sharing My problem is that when I run this in a Jupyter Notebook. I get just the USA map with the colour bar and the lakes in blue. No data is on the map, not the labels nor the actual z data. Here is my header: import plotly.graph_objs as go import cufflinks as cf from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot %matplotlib inline init_notebook_mode