This is my first chart, an interactive line chart
showing Covid-19 cases in the UK by region embeded from class.
This is my second chart, a line chart showing
UK labour productivity from 1971 to 2021 embeded from class.
This is my third chart, a scatter diagram showing the relationship between median income
and firearm deaths in the US embeded the repository that drive www.rapidcharts.io.
This is my fourth chart which consists of 2 lines for Birmingham and Leeds,
the two most populated districts of England, from gov.uk's coronavirus API
accessed through https://coronavirus.data.gov.uk/details/download.
This is my fourth chart a complementary chart for Birmingham and Leeds,
showing the number of new cases. Data has also been accessed from
through https://coronavirus.data.gov.uk/details/download but has been
downloaded and stored on my github page as a csv file.
This is my sixth chart, a bar chart showing endangered species.
The data is "in-line" JSON, which I have manually written.
The data (csv file) was downloaded from RDeconomist on Github.
Then, using Vega-lite online, I recreated the chart.
Data manually written.
This is my seventh chart, a bar chart showing the number of international students
studying in the UK. The data was collected from "Studying-in-UK.org"
and I have added data for the University of Bristol and the
University of Bath from another source, in excel.
This is my eighth chart, a scatter plot showing the number of goals scored
in Cyprus 1st division league. The chart was created using an API key
from SportsDataApi for which I requested access for. I manipulated the API link
and changed the time-period to include the last season (21/08/2021-23/11/2021).
Pollution data using satellite imagary from emissions API. The chart makes two
separate API calls, one to get Portugal data, and one to get the data
for a specific point, in this case the coordinates for the city of Lisbon. No API key was required for access.
Data url for Portugal.
Data url for Lisbon.
Bitcoin exchange high and low rates data. The chart makes an API call using a unique API key,
from coinapi from which I requested access for.
These charts are US based data that shows the trend of Federal Funds Effective Rate, Unemployment Rate, Real Gross National Product and Industrial Production Total Index. The data for these were batch downloaded using a loop in Colab.
This chart was created by scraping data from Prevalence of dementia in Europe using Google Colab, where I
recreated a table for the estimated prevalence of dementia in different countries in Europe, in 2018 and 2050.
This chart was created to support Professor's Sarah Smith statement that "During the pandemic, women’s
and especially younger women's mental health suffered more than men’s mental health". Data was
downloaded from the ONS and it is clear that the group with the highest proportion of adults experiencing
some form of depression is young women, aged 16-29.
This chart was created from 2 different sources, merged in Stata. It examines whether countries which
are more ethnically diverse experience higher crime rates. The regression was performed in Google Colab.
Dofile for Ethnic fractionalization Data
This chart was built on vegalite. I have added a binder
that allows you to select a start date and a tooltip
which shows the number of girls out of school for every region,
and year.
This is my second interactive chart, a complementary chart with
value labels for each region and year.