|
|
|
|
|
by diego
3908 days ago
|
|
That is a non sequitur. He's talking about grouping countries by specific criteria. To make a code parallel, if you ran select from countries group by police_score;
and select from countries group by freedom_of_press_index;
You'd expect different results. Maybe there would be a correlation, and the US would be an outlier. |
|