This script
\documentclass{report}
\begin{document}
\begin{table}[h!]
\centering
%{\def\arraystretch{2}
\begin{tabular}{l r }
aa00 & bb00 \\
aa11 & bb11 \\
aa22 & $\frac{1}{9}$ \\
aa33 & $\frac{1}{9}$ \\
aa44 & $\frac{1}{9}$ \\
aa55 & bb55
\end{tabular}
% }
\end{table}
\end{document}
renders the output
The fractions bump into each other that suggests that the space between the respective rows should be expanded.
In this example I try using \def\arraystretch{2} as in How to set the space between rows in a table but this recipe applies to the whole table. How to achieve the same just for select rows?



\\[1ex]? – Apr 06 '19 at 15:501/9, instead of\fracnotation? – Mico Apr 06 '19 at 16:18