In an article with two columns, I would like to display a table that greatly exceeds the page margin with numbers.
Is there a way to display the table correctly on the column, in two levels perhaps?
\begin{tabular}{llccccccc}
\toprule
type & count & mean & std & min & 25\% & 50\% & 75\% & max \\
\midrule
square & 447 & 457.800895 & 650.332632 & 30.0 & 181.5 & 310.0 & 496.5 & 9352.0 \\
circle & 149 & 7853.624161 & 11287.188363 & 228.0 & 1717.0 & 4149.0 & 10164.0 & 73344.0 \\
triangle & 220 & 328.522727 & 325.778820 & 42.0 & 160.0 & 254.5 & 370.0 & 3659.0 \\
\bottomrule
\end{tabular}

\smallor\footnotesizeand use@{}to remve the padding at teh left and right of the table or .... – David Carlisle Jul 09 '21 at 10:45\small\begin{tabular}{@{}llccccccc@{}}but as you have not provided a test example, it isn't possible to say if that is enough tomake it fit. – David Carlisle Jul 09 '21 at 15:17tabularinto atable*to fill the two columns on next page (if possible). – Fran Jul 12 '21 at 06:10