Jump to content

ꯐꯥꯏꯜ:Vladimir Putin approval (Levada, 2020).png

From ꯚꯥꯔꯠꯄꯤꯗꯤꯌꯥ

Original file (১,৯২০ × ১,০৪৬ pixels, file size: ৯৫ KB, MIME type: image/png)

This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.

Summary

DescriptionVladimir Putin approval (Levada, 2020).png
English: Chart of Vladimir Putin approval for the whole data set published by Levada Centr https://www.levada.ru/indikatory/odobrenie-organov-vlasti/
Date
Source Own work
Author Cloud200

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Code

Python3 code used to generate this graph. Data is copied manually from Levada.ru and saved into two separate ASCII files:

  • approval.txt - approval (%) formatted as comma-separated integers (31,53,65...)
  • dates.txt - dates of the corresponding approval polls formatted as comma-separated MM.YYYY strings (08.1999,09.1999,10.1999,11.1999...)
from numpy import loadtxt
from matplotlib import pyplot as plt

approval = loadtxt('approval.txt',delimiter=',')
dates = loadtxt('dates.txt',delimiter=',',dtype=str)
dates2 = [datetime.datetime.strptime(x, '%m.%Y') for x in dates]
x = dates2
y = approval
plt.plot(x,y)
plt.ylabel('Approval %')
plt.title('Vladimir Putin approval percentage (Levada, closed question)')
plt.grid(True)
plt.show()

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts ইংলিস

creator ইংলিস

Some value without a Wikidata item

copyright status ইংলিস

copyrighted ইংলিস

source of file ইংলিস

inception ইংলিস

25 May 2020

media type ইংলিস

image/png

data size ইংলিস

97226 byte

height ইংলিস

1046 pixel

width ইংলিস

1920 pixel

checksum ইংলিস

6bd1a5a3271470f3fa1e926d942e859862acec84

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current04:17, 26 May 2020
Error creating thumbnail: File missing
১,৯২০ × ১,০৪৬ (৯৫ KB)smartcommons>Cloud200Cross-wiki upload from en.wikipedia.org

There are no pages that use this file.