in docstring the plotly shows that px.choropleth will take lat and lon along with the dataframe as parameters but while trying itโs not taking lat and lon as parameter
but trying same with px.scatter_geo works
if itโs not taking as parameter then why do they mention that it takes as parameter in docstring or is there something wrong from my side?