Voeg Pandas bestandsformaat-converter demo toe

Programma dat CSV, Excel, JSON, vaste-breedte tekst, pickle en
Python-snippets onderling converteert via een Pandas DataFrame.
Demonstreert dtype-afleiding, datetime-parsing met tijdzonebeheer
(UTC-normalisatie) en het omzetten naar een lijst-van-dicts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 10:47:23 +02:00
commit 1639f05e6e
6 changed files with 1169 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "joppe"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"openpyxl>=3.1.5",
"pandas>=3.0.2",
]