Некоторые примеры проектов по извлечению, обработке и презентации данных, выполненных по работе, а также просто из исследовательского интереса.
Some examples of projects on retrieving, analyzing and presenting data, which I fulfilled during my working expericence and as a hobby as well.
Tools
- Python: Pandas,
- Tableau
- Project for getting data about budget revenues and expenditures from monthly announcements posted on the official website of the Ministry of Finance of the PRC
Further information: IPython Notebook
- Central banks' communication practices are important for conducting efficent monetaty policy. The vizualization (in Russian language) tries to assess communication policy of the Bank of Russia by summarizing data on press releases published by the monetary authorities over the span of last 10+ years. See in Tableau
function initializeViz() { var placeholderDiv = document.getElementById("tableauViz"); var url = "http://public.tableau.com/views/WorldIndicators/GDPpercapita"; var options = { width: '600px', height: '600px', hideTabs: true, hideToolbar: true, }; viz = new tableau.Viz(placeholderDiv, url, options); }