An open API service indexing awesome lists of open source software.

https://github.com/schluppeck/2024-abdsa-notes

some notes related to DS's presentation
https://github.com/schluppeck/2024-abdsa-notes

abdsa data python rstats science

Last synced: 2 months ago
JSON representation

some notes related to DS's presentation

Awesome Lists containing this project

README

          

# 2024-ABDSA-notes

2024-12-11, denis schluppeck

A couple of pointers, links to resources and ideas that came up

## Media stuff

## Tabular data

I downloaded a sample health-related data set from
[this kaggle page](https://www.kaggle.com/datasets/alexteboul/diabetes-health-indicators-dataset) on diabetes. It's real data - checkout details on the kaggle website.

The `tidy_data_demo` folder has the files and some sample code to show how to create plots in `r`

### A very simple version (`R`)

![example histogram](./tidy_data_demo/bmi-distribution.png)

... maybe a better version

![a better version histogram](./tidy_data_demo/bmi-distribution-2.png)

### A very simple version (`python`)

Using pandas, seaborn, and friends.

![example histogram](./tidy_data_demo/sns-simple-hist.png)

... maybe a better version (using facets).

![a better version histogram](./tidy_data_demo/sns-facet-hist.png)

## Making documents

- markdown is everywhere. Especially also on `github`!
- an `ipynb` notebook converted to [html format](./docs/test_quarto.html)
- ... or as [PDF notes?!](./docs/test_quarto.pdf)

## back to repo

[link to github repo](https://github.com/schluppeck/2024-ABDSA-notes)