Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ If you would like to attend the London ONS Coffee and Coding please check their

|Date| Time | Room | Title | Presenter | Abstract|
|:----------------:|:----:|:---:|:---------:|:--------------------:|:-------------------------------|
|Thurs 28 October 2021|11:30 - 12:30|Microsoft Teams|Beginners Guide to Plotting with Matplotlib (python)|Jonathan Rees|In this session Jonathan will give an introduction to plotting using matplotlib, the main library for plotting in python. This session will primarily be of interest to python beginners.|
|Tues 28 September 2021|13:00 - 14:00|Microsoft Teams|Discovering the Streamlit library||Streamlit is a fairly new Python library that allows users to easily build interactive dashboards without knowledge of Javascript. The beauty of Streamlit is that it is very well integrated with regular Pandas syntax, meaning there is often minimal effort in turning existing data manipulation scripts into elegant online dashboards! We will provide an example of Streamlit being used in Census Analysis Coordination. And also a quick walk through on turning regular pandas code into a dashboard.|
|Thurs 26 August 2021|13:00 - 14:00|Microsoft Teams|Automating the SDGs||The Sustainable Development Goals (SDG) data team report a wide range of data on the [SDG data website](https://sdgdata.gov.uk/). For updates, data is taken from various sources and reformatted to fit the input requirements of the SDG website. The team are at the start of a project to automate these updates. The talk will cover the general architecture of the project, how to read excel files with complex structures using unpivotr (equivalent of Python’s databaker), and ways we try to futureproof the code (avoiding hard coding and using Rmarkdown). The talk will focus on R but is also relevant to Python.|
|Thurs 29 July 2021|13:00 - 14:00|Microsoft Teams|Tips and Tricks (Python and R)|Ellen Clowser, Stuart Newcombe, Joshua Halls|A lighting series of short talks discussing interesting tips and tricks in R and Python and how you can apply them in your work at the ONS to become more productive.|
|Thurs 24 June 2021|13:00 - 14:00|Microsoft Teams|[Turning spreadsheets into interactive web-tools](https://www.eventbrite.co.uk/e/coffee-and-coding-turning-spreadsheets-into-interactive-web-tools-tickets-159003334253)|Alex Amaral-Rogers|The [GSS Interactive Tools](https://gss.civilservice.gov.uk/dashboard/tools/home.html) are a published series of web-based tools built to improve the accessibility of official statistics and is a crucial aspect of ONS’ work in improving the coherence of official statistics from across the UK. In this presentation, I’ll talk about how using spreadsheets for content and web-languages for templates, Python can rapidly produce web-ready products in seconds. I’ll also highlight how taking a flexible approach in designing the pipeline has paid dividends long-term by allowed the tools to grow to cover multiple thematic areas of official statistics.|
|Fri 14 May 2021|10:00 - 11:00|Microsoft Teams|Coffee and Coding: Supervised machine learning to categorise job vacancies|Connor from BEIS|Within the Advanced Analytics team at BEIS, we recently carried out a supervised machine learning project, using python, to categorise job vacancies within the Burning Glass data we have in the department into STEM PhD subjects. Along with the Longitudinal Educational Outcome data from DfE, we began analysing the supply, demand and average wages for STEM PhD graduates. In this Coffee and Coding session, we will explain the key stages within this project and the challenges we faced, as well as answer any questions you may have.|
|Fri 26 February 2021|13:00 - 14:00|Microsoft Teams|[How to write good tests quickly and efficiently](https://www.eventbrite.co.uk/e/coffee-and-coding-how-to-write-good-tests-quickly-and-efficiently-tickets-141189520657)|Mitchell Edmunds|Mitch has personally written over 100 tests as part of the consumer prices transformation project. In this talk he’ll share his top tips for writing tests and creating test data. He’ll also explain how to structure your tests so that test scripts become an important part of your project’s documentation.|
Expand Down