From 4419fa3b70885d8affbff18f261a022e182e33a4 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 30 Dec 2024 12:01:59 +0100 Subject: [PATCH] add sample table --- report/sample_table.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 report/sample_table.tex diff --git a/report/sample_table.tex b/report/sample_table.tex new file mode 100644 index 0000000..6912874 --- /dev/null +++ b/report/sample_table.tex @@ -0,0 +1,14 @@ +\begin{tabular}{lrrrr} +\toprule + & Petal Width & Petal Length & Sepal Width & Sepal Length \\ +\midrule +count & 150.000000 & 150.000000 & 150.000000 & 150.000000 \\ +mean & 5.843333 & 3.057333 & 3.758000 & 1.199333 \\ +std & 0.828066 & 0.435866 & 1.765298 & 0.762238 \\ +min & 4.300000 & 2.000000 & 1.000000 & 0.100000 \\ +25% & 5.100000 & 2.800000 & 1.600000 & 0.300000 \\ +50% & 5.800000 & 3.000000 & 4.350000 & 1.300000 \\ +75% & 6.400000 & 3.300000 & 5.100000 & 1.800000 \\ +max & 7.900000 & 4.400000 & 6.900000 & 2.500000 \\ +\bottomrule +\end{tabular}