Upload folder using huggingface_hub
Browse files- README.md +93 -0
- sample.csv +0 -0
README.md
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- synthetic
|
| 10 |
+
- machine-learning
|
| 11 |
+
- data-analysis
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Abrechnungen für physiotherapeutische Leistungen
|
| 17 |
+
|
| 18 |
+
High-quality synthetic dataset for machine learning and data analysis.
|
| 19 |
+
|
| 20 |
+
## 📊 Dataset Overview
|
| 21 |
+
|
| 22 |
+
- **Rows:** 500,000 (sample: 1,000)
|
| 23 |
+
- **Columns:** 12
|
| 24 |
+
- **Quality Score:** 89%
|
| 25 |
+
- **Format:** CSV
|
| 26 |
+
- **Type:** 100% Synthetic
|
| 27 |
+
|
| 28 |
+
## 🎯 Features
|
| 29 |
+
|
| 30 |
+
- `PatientenID`
|
| 31 |
+
- `Behandlungstag`
|
| 32 |
+
- `Behandlungsart`
|
| 33 |
+
- `Dauer_Behandlung`
|
| 34 |
+
- `Gewichtsverlust`
|
| 35 |
+
- `Anzahl_Sitzungen`
|
| 36 |
+
- `Kosten_Behandlung`
|
| 37 |
+
- `Umsatz`
|
| 38 |
+
- `Gesundheitsstatus`
|
| 39 |
+
- `Behandlungsergebnis`
|
| 40 |
+
- ... and 2 more
|
| 41 |
+
|
| 42 |
+
## 💡 Use Cases
|
| 43 |
+
|
| 44 |
+
- 🤖 Machine learning model training
|
| 45 |
+
- 📊 Data analysis and visualization
|
| 46 |
+
- 🔬 Algorithm development
|
| 47 |
+
- 📚 Education and research
|
| 48 |
+
- 🧪 Testing and prototyping
|
| 49 |
+
|
| 50 |
+
## ✅ Quality & Privacy
|
| 51 |
+
|
| 52 |
+
- **LLM-validated** quality score: 89%
|
| 53 |
+
- **100% synthetic** - no real personal data
|
| 54 |
+
- **GDPR compliant** by design
|
| 55 |
+
- **Privacy-safe** for all applications
|
| 56 |
+
|
| 57 |
+
## 🚀 Quick Start
|
| 58 |
+
|
| 59 |
+
```python
|
| 60 |
+
from datasets import load_dataset
|
| 61 |
+
|
| 62 |
+
dataset = load_dataset("MarvHins/abrechnungen-für-physiotherapeutische-leistungen")
|
| 63 |
+
df = dataset['train'].to_pandas()
|
| 64 |
+
|
| 65 |
+
print(df.head())
|
| 66 |
+
print(df.info())
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
## 📝 License
|
| 70 |
+
|
| 71 |
+
CC BY 4.0 - Free to use with attribution
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
## 💰 Get Full Dataset
|
| 75 |
+
|
| 76 |
+
This is a **sample preview** (1,000 rows).
|
| 77 |
+
|
| 78 |
+
**[🔗 Purchase Full Dataset (500,000 rows) →](https://buy.stripe.com/fZucN4bv526x7tc6pB0cs0j)**
|
| 79 |
+
|
| 80 |
+
Price includes:
|
| 81 |
+
- Complete dataset (500,000 rows)
|
| 82 |
+
- All 12 features
|
| 83 |
+
- Commercial license
|
| 84 |
+
- Instant download
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
## 👤 Author
|
| 88 |
+
|
| 89 |
+
Marvin Hinske | 2025
|
| 90 |
+
|
| 91 |
+
---
|
| 92 |
+
|
| 93 |
+
*This is a sample preview (1,000 rows). Full dataset available for purchase.*
|
sample.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|