PING  0.9
Statistical data handling and processing in production environment
Services

Perform ad-hoc extraction for infographics publication on AROPE on the occasion of the International Day for the Eradication of Poverty.

%arope_press_infographics(year, geo=, ilib=, idir=, odsn=, olib=);

Arguments

Returns

Two datasets are generated:

(where yy represents the last two digits of year) all stored in the library passed through olib.

Example

In order to (re)generate the tables PC_AROPE_15, PC_AROPE_RESULTS_15 and PC_AROPE_TOTAL_15, used for the graphic representations of the 2015 infographics publication below:

AROPE infographics

you can simply launch:

%arope_press_infographics(2015);
%ds_export(PC_AROPE_RESULTS_15, fmt=csv);
%ds_export(PC_AROPE_TOTAL_15, fmt=csv);

Note

The publication is based on the following AROPE indicators:

References

  1. Website of the UN initiative for the International Day for the Eradication of Poverty: http://www.un.org/en/events/povertyday.
  2. Websites of infographics publications on AROPE: 2015, 2016, and 2017.
  3. Statistics explained on poverty and social exclusion.

See also

%arope_press_news.