Number with depression by country in D3 Scatter Plot
The X-axis represents the prevalence of depressive disorders, and the y-axis represents the year from 1990 to 2016 for each country.
This ia a question one can get from the data viz:
Original data set source: Original blog : Some informative youtube videos about depression 1 : Some informative youtube videos about depression 2 :
This dataset contain :
This file is number with depression by country , and it's contain the following :
1)entity is categorical attributes 2)code is categorical attributes 3)year is categorical attributes 4)Prevalence of depressive disorders (Sex: Both - Age: All Ages (Number) (people suffering from depression)) is quantitative attributes
I'm intrestin in categorical attributes .I remove the rows with missing value. Here is my data set in gist number-with-depression-by-country
=========================