Where I can find a python Dash choropleth map sample that works?

I tried some python Dash choropleth map samples that I find on the internet, for example:

  1. https://github.com/ConnectedSystems/Dash-Choropleth-Example

  2. https://www.youtube.com/watch?v=lu0PtsMor4E

and those don´t work.

Could you please indicate to me one python source code sample with a map and table that works?

Tks in advance,

mauro assis

Tks for your prompt replay!

The dash-choroplethplot is a good start for me. However, I’m finding some trouble to run it in PyCharm Community Edition.

I’ve created a Run\Debug Configuration pointing to app.py, and I set os.environ[‘PLOTLY_USERNAME’] and os.environ[‘PLOTLY_API_KEY’] with the appropriated values.

When I run the program app.py, I get:

Connected to pydev debugger (build 191.7479.30)

Process finished with exit code 0

and anything happen.

What am I doing wrong?

Thks!