\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 \\ \char`[21 others]\end{tabular} & \begin{tabular}{@{}c@{}}676 (10.9\%) \\ 625 (10.1\%) \\ 576 (9.3\%) \\ 529 (8.5\%) \\ 484 (7.8\%) \\ 3311 (53.4\%)\end{tabular} & \raisebox{-.5\height}{\begin{tikzpicture}\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.05291666666666667) rectangle (1.4656491560500995,0.37041666666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.4497916666666667) rectangle (0.2594290571413213,0.7672916666666666);\draw[fill=lightgray, draw=gray] (0.05291666666666667,0.8466666666666667) rectangle (0.2786295893135516,1.1641666666666666);\draw[fill=lightgray, draw=gray] (0.05291666666666667,1.2435416666666665) rectangle (0.2986834784712143,1.5610416666666669);\draw[fill=lightgray, draw=gray] (0.05291666666666667,1.6404166666666669) rectangle (0.31959072461430954,1.9579166666666667);\draw[fill=lightgray, draw=gray] (0.05291666666666667,2.037291666666667) rectangle (0.3413513277428372,2.354791666666667);\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}