Skip to content

dmplekhanov/MyPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

My Portfolio

Некоторые примеры проектов по извлечению, обработке и презентации данных, выполненных по работе, а также просто из исследовательского интереса.

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 1: Scraping China's official statistics data

  • 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

Project 2: Dashboards in Tableau

  • 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
Dashboard 1

Project 3: Drawing maps with Tableau

<script src="https://www.example.com/javascripts/api/tableau-2.js"></script>

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); }

About

project examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published