Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.7k
Closed
Description
importplotly.expressaspxgapminder=px.data.gapminder()gapAsia=gapminder[gapminder['continent']=='Asia']px.line(gapAsia,x='year',y='lifeExp')

gapAsia=gapminder[gapminder['continent']=='Asia']gapAsia_sort=gapAsia.sort_values(by='year')px.line(gapAsia_sort,x='year',y='lifeExp')

gapAsia might be the correct line plot i guess.
But I wonder why the line plot from gapAsia_sort look like above this.
Can anyone figure out it and explain this issue to me?
Metadata
Metadata
Assignees
Labels
No labels