Organ Transplants by Country

Organ donation and transplantation trends by country

Global organ donation and transplantation activities between 2000 and 2015.

(21 columns, 194 rows)

Examples

Basic Examples

Retrieve the default content:

In[1]:=
ResourceData["Organ Transplants by Country"]
Out[1]=

Color countries by total kidney transplants per million population in 2015

In[2]:=
With[{kidney = ResourceData["Organ Transplants by Country"][
    All, {"Country", "Population", "TotalKidneyTransplant"}]}, GeoRegionValuePlot[#[[1]] -> (#[[3]]/#[[2]])["LastValue"] & /@ Normal[kidney]]]
Out[2]=

Total liver transplants (per million population) trend in G7 countries

In[3]:=
With[{g7 = EntityList[EntityClass["Country", "GroupOf7"]], data = ResourceData["Organ Transplants by Country"]}, DateListPlot[(Legended[#1[[3]]/#1[[2]], #1[[1]]] & ) /@ Normal[data[Select[MemberQ[g7, #Country] & ]][[All,
            {"Country", "Population", "TotalLiverTransplant"}]]], PlotTheme -> "Business"]]
Out[3]=

Wolfram Research, "Organ Transplants by Country" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.24228.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information