Skip to content

hsinhaoyu/koala_brain_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use basic data science skills to debunk a myth about koalas!

This is what the Wikipedia's entry on the koala says about its brain:

The koala has one of the smallest brains in proportion to body weight of any mammal,[40] being 60% smaller than that of a typical diprotodont, weighing only 19.2 g (0.68 oz) on average.[41] The brain's surface is fairly smooth, typical for a "primitive" animal.[42] It occupies only 61% of the cranial cavity[40] and is pressed against the inside surface by cerebrospinal fluid.

In koala_brain_size.ipynb, I analyzed a publicly available dataset with R to demonstrate that this paragraph is highly misleading. I will explain the method that scientists use to compare brains, and show that when analyzed properly, the koala brain is not exceptionally small. In fact, its size is typical for marsupials. Please read my blog post about this analysis.

Data

The dataset is based on:

Burger, Joseph Robert; George, Menshian Ashaki; Leadbetter, Claire; Shaikh, Farhin (2019), Data from: The allometry of brain size in mammals, Dryad, Dataset

which is part of a paper:

Burger, George, Leadbetter, Shaikh (2019) The allometry of brain size in mammals. Journal of Mammalogy 100, 276–283.

This dataset has measurements of more than 1500 species of mammals, which was compiled from a large number of scientific publications. The dataset was released under the Creative Commons CC0 License and is available on Data Dryad. I have included it in this repository under data/doi_10.

However, the animals in this dataset are identified by their scientific names. To make this data more accessible to the general audience, I have provided the common names in data/brain_size_allometry_with_common_names.csv. For this purpose, I used the Species API of the Global Biodiversity Information Facility to query the common names of all the animals in the dataset. See preprocessing.ipynb for the generation of this derived dataset.

License

This work is licensed under the Creative Commons CC0 license.

About

Analyse a public dataset to show that Wikipedia's information about the koala brain is wrong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published