\documentclass{article}
\usepackage{threeparttable}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{tikz}
\begin{document}
\begin{table}[!ht]
\setlength\tabcolsep{0pt}
\centering
\begin{threeparttable}
\begin{tabular}{@{\extracolsep{2ex}}*{7}{lllllll}}
\toprule
\textbf{No} & \textbf{Variable} & \textbf{Stats / Values} & \textbf{Freqs (\% of Valid)} & \textbf{Graph} & \textbf{Valid} & \textbf{Missing} \\[6.0pt]
\midrule
1 & \begin{tabular}{@{}c@{}}categorical \\ \char`[String]\end{tabular} & \begin{tabular}{@{}c@{}}1. Z \\ 2. Y \\ 3. X \\ 4. W \\ 5. V \\ 6. U \\ 7. T \\ 8. S \\ 9. R \\ 10. Q \\ \char`[16 others]\end{tabular} & \begin{tabular}{@{}c@{}}676 (10.9\%) \\ 625 (10.1\%) \\ 576 (9.3\%) \\ 529 (8.5\%) \\ 484 (7.8\%) \\ 441 (7.1\%) \\ 400 (6.5\%) \\ 361 (5.8\%) \\ 324 (5.2\%) \\ 289 (4.7\%) \\ 1496 (24.1\%)\end{tabular} & \raisebox{-.5\height}{\begin{tikzpicture}\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.05291666666666667) rectangle (0.6912276917701446,0.37041666666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.4497916666666667) rectangle (0.17622675106165672,0.7672916666666666);\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.8466666666666667) rectangle (0.19116049830672474,1.1641666666666666);\draw[fill=lightgray, draw=gray] (0.05291666666666667,1.2435416666666665) rectangle (0.20694760253722516,1.5610416666666669);\draw[fill=lightgray, draw=gray] (0.05291666666666667,1.6404166666666669) rectangle (0.2235880637531581,1.9579166666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,2.037291666666667) rectangle (0.24108188195452349,2.354791666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,2.4341666666666666) rectangle (0.2594290571413213,2.7516666666666665);\draw[fill=lightgray, draw=gray] (0.05291666666666667,2.8310416666666667) rectangle (0.2786295893135516,3.1485416666666666);\draw[fill=lightgray, draw=gray] (0.05291666666666667,3.2279166666666663) rectangle (0.2986834784712143,3.5454166666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,3.6247916666666664) rectangle (0.31959072461430954,3.9422916666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,4.0216666666666665) rectangle (0.3413513277428372,4.339166666666666);\end{tikzpicture}} & \begin{tabular}{@{}c@{}}6201 \\ (100\%)\end{tabular} & \begin{tabular}{@{}c@{}}0 \\ (0\%)\end{tabular} \\
\bottomrule
\end{tabular}
\begin{tablenotes}[flushleft]
\footnotesize
\item[]Dimensions: 6201 x 1
\item[]Duplicate rows: 6175
\end{tablenotes}
\end{threeparttable}
\end{table}
\end{document}