vault backup: 2026-01-09 12:12:53
This commit is contained in:
@@ -47,5 +47,26 @@ def fakultaet_generator(n: int) -> int:
|
||||
```
|
||||
|
||||
|
||||
Ideen:
|
||||
- Stock Market Simulation (Animal Crossing)
|
||||
- Gini Index
|
||||
938-828
|
||||
791-748
|
||||
|
||||
|
||||
|
||||
```python
|
||||
# Hacky One-Liner
|
||||
unis_nd['Sponsorship'].value_counts().plot(
|
||||
kind='bar',
|
||||
title="Vergleich Finanzierungstatus Universitäten Niedersachsen",
|
||||
color=["#f9e2af", "#cba6f7"]
|
||||
)
|
||||
plt.show()
|
||||
```
|
||||
|
||||
|
||||
$$\text{Birth Rate} = \frac{B}{P} * 1000$$
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user