File size: 1,752 Bytes
b9ed9de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
license: cc-by-4.0
task_categories:
- tabular-classification
- tabular-regression
language:
- en
tags:
- synthetic
- machine-learning
- data-analysis
size_categories:
- 100K<n<1M
---

# Abrechnungen für physiotherapeutische Leistungen

High-quality synthetic dataset for machine learning and data analysis.

## 📊 Dataset Overview

- **Rows:** 500,000 (sample: 1,000)
- **Columns:** 12
- **Quality Score:** 89%
- **Format:** CSV
- **Type:** 100% Synthetic

## 🎯 Features

- `PatientenID`
- `Behandlungstag`
- `Behandlungsart`
- `Dauer_Behandlung`
- `Gewichtsverlust`
- `Anzahl_Sitzungen`
- `Kosten_Behandlung`
- `Umsatz`
- `Gesundheitsstatus`
- `Behandlungsergebnis`
- ... and 2 more

## 💡 Use Cases

- 🤖 Machine learning model training
- 📊 Data analysis and visualization
- 🔬 Algorithm development
- 📚 Education and research
- 🧪 Testing and prototyping

## ✅ Quality & Privacy

- **LLM-validated** quality score: 89%
- **100% synthetic** - no real personal data
- **GDPR compliant** by design
- **Privacy-safe** for all applications

## 🚀 Quick Start

```python
from datasets import load_dataset

dataset = load_dataset("MarvHins/abrechnungen-für-physiotherapeutische-leistungen")
df = dataset['train'].to_pandas()

print(df.head())
print(df.info())
```

## 📝 License

CC BY 4.0 - Free to use with attribution


## 💰 Get Full Dataset

This is a **sample preview** (1,000 rows).

**[🔗 Purchase Full Dataset (500,000 rows) →](https://buy.stripe.com/fZucN4bv526x7tc6pB0cs0j)**

Price includes:
- Complete dataset (500,000 rows)
- All 12 features
- Commercial license
- Instant download


## 👤 Author

Marvin Hinske | 2025

---

*This is a sample preview (1,000 rows). Full dataset available for purchase.*