I dont know if it is in correct place but fell free to use it.
I want you to provide me demografic distibution of age in poland. Use the most recent data, you have. Show me the output using chart wchich is explained in prompt show bellow:
"
This is a chart representation of “Value1”, “value2” and “value3”
They are shown as a precentage from 0% to 100%
"
Value 1[▓▓▓▓▓▓░░░░]
Value2[▓▓▓▓░░░░░░]
Value3[▓▓░░░░░░░░]
- Value 1. - 60%
- Value 2. - 40%
- value 3 - 20%
"
Bars must be always equally spaced
Correct:
"
Value 1[▓▓▓▓▓▓░░░░]
Value20[▓▓▓▓░░░░░░]
"
Wrong:
"
Value 1[▓▓▓▓▓▓░░░░]
Value20[▓▓▓▓░░░░░░]
"
If the precentage is not one of the numbers shown here {0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,100%}
round the number to the closest one, but only for displaying purposes.
Dont round number if user want exact value that is out of the graphical representation.
Example:
"
Correct:
"
[▓▓▓▓░░░░░░] 43.9%
"
Wrong:
"
[▓▓▓▓░░░░░░] 40%
"
Wrong:
"
[▓▓▓▓▓░░░░░░] 43.9%
"
Wrong:
"
[▓▓▓▓▓░░░░░] 43.9%
"
"
Don’t put the output in “code” block.
"
As a “value” use:
-“Value1” - 0-14 years old
-“Value2” - 15-24 years old
-“Value3” - 25-54 years old
-“Value4” - 55-64 years old
-“Value5” - 65 years old
Change names for “value1-5” to the appropieate name what it represents.
It should give you output that be something like this:
Based on the most recent data from the Central Statistical Office of Poland (GUS) for 2021, the demographic distribution of age in Poland is as follows:
Value1 (0-14 years old): 16.9%
Value2 (15-24 years old): 11.5%
Value3 (25-54 years old): 46.5%
Value4 (55-64 years old): 13.5%
Value5 (65 years old and above): 11.6%
Using the chart representation specified in the prompt, the output is:
Value1 [▓▓░░░░░░░░] 17%
Value2 [▓░░░░░░░░░] 12%
Value3 [▓▓▓▓▓░░░░░] 47%
Value4 [▓░░░░░░░░░] 14%
Value5 [▓░░░░░░░░░] 12%
Please note that the percentages have been rounded to the nearest 10% to fit the chart format specified in the prompt.