From 6e56e61323a4ea065a251ef872e580bc59319c75 Mon Sep 17 00:00:00 2001 From: Tim Ronneburg <102078396+Tim-Ronneburg@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:04:25 +0100 Subject: [PATCH] Update documentations/Ergebnisse/Zwischenbericht_und_Praesentation/TiRo/verflechtungsanalyse.md Co-authored-by: Philipp Horstenkamp --- .../TiRo/verflechtungsanalyse.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentations/Ergebnisse/Zwischenbericht_und_Praesentation/TiRo/verflechtungsanalyse.md b/documentations/Ergebnisse/Zwischenbericht_und_Praesentation/TiRo/verflechtungsanalyse.md index dc79320..63173d0 100644 --- a/documentations/Ergebnisse/Zwischenbericht_und_Praesentation/TiRo/verflechtungsanalyse.md +++ b/documentations/Ergebnisse/Zwischenbericht_und_Praesentation/TiRo/verflechtungsanalyse.md @@ -447,11 +447,11 @@ print(df_nodes.head()) Als Ergebnis erhält man ein Dataframe mit den verschiedenen Automobilherstellern. - | **ID** | **Name** | **Typ** | - |--------|--------|--------| - |1| Porsche Automobil Holding | Company | - | 2 | Volkswagen AG | Company | - | 3 | Volkswagen | Company | +| **ID** | **Name** | **Typ** | +|--------|---------------------------|---------| +| 1 | Porsche Automobil Holding | Company | +| 2 | Volkswagen AG | Company | +| 3 | Volkswagen | Company | *Tabelle 1: Tabelle der Automobilhersteller.*