From 8abf830f57430f2a63de04b37084f187dc71e536 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 14 Jul 2025 18:14:24 +0200 Subject: [PATCH] removed duplicate --- src/T02_PandasIntro.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/T02_PandasIntro.py diff --git a/src/T02_PandasIntro.py b/src/T02_PandasIntro.py deleted file mode 100644 index 5856195..0000000 --- a/src/T02_PandasIntro.py +++ /dev/null @@ -1,18 +0,0 @@ -import pandas as pd - -cities = {"Stadt": ["London", "Berlin", "Madrid", "Rom", - "Paris", "Wien", "Bukarest", "Hamburg", - "Budapest", "Warsaw", "Barcelona", - "München", "Mailand"], - "Population": [8615246, 3562166, 3165235, 2874038, - 2273305, 1805681, 1803425, 1760433, - 1754000, 1740119, 1602386, 1493900, - 1350680], - "Land": ["England", "Deutschland", "Spanien", "Italien", - "Frankreich", "Österreich", "Romanien", - "Deutschland", "Ungarn", "Polen", "Spanien", - "Deutschland", "Italien"]} - - -areas = [1572, 892, 604, 1285, 105,415, 228, 755, 525, 517, 101, 310, 182] -