%======================== % Data Analyst Resume - LaTeX % File: data_analyst_resume.tex %======================== \documentclass[11pt,a4paper]{article} \usepackage[a4paper,margin=1.6cm]{geometry} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{xcolor} \usepackage{tabularx} \usepackage{titlesec} \usepackage{ragged2e} \pagenumbering{gobble} \setlength{\parindent}{0pt} \setlist[itemize]{leftmargin=*, nosep} \definecolor{ink}{HTML}{111111} \definecolor{muted}{HTML}{444444} \titleformat{\section}{\large\bfseries\color{ink}}{}{0pt}{}[\titlerule] \titlespacing*{\section}{0pt}{10pt}{6pt} \newcommand{\resumename}[1]{{\Huge \bfseries \color{ink} #1}} \newcommand{\meta}[1]{{\color{muted} #1}} \begin{document} \resumename{Your Name}\\[4pt] \meta{ City, State \;\;|\;\; +91-XXXXXXXXXX \;\;|\;\; \href{mailto:you@email.com}{you@email.com} \;\;|\;\; \href{https://linkedin.com/in/yourhandle}{linkedin.com/in/yourhandle} \;\;|\;\; \href{https://github.com/yourhandle}{github.com/yourhandle} } \vspace{10pt} \section*{Summary} \Justifying Data Analyst with strong SQL skills and experience turning messy data into clear dashboards and insights. Comfortable with KPI tracking, funnel analysis, and building reports for business and product teams. \section*{Skills} \begin{tabularx}{\textwidth}{@{}l X@{}} \textbf{SQL} & Joins, CTEs, Window functions, Query optimization basics \\ \textbf{BI} & Tableau / Looker Studio / Power BI (pick what you use) \\ \textbf{Analysis} & KPI tracking, funnels, cohorts, A/B test basics, segmentation \\ \textbf{Tools} & Excel/Google Sheets, Python (Pandas) (optional), Git (optional) \\ \end{tabularx} \section*{Experience} \textbf{Data Analyst, Company Name}\hfill \meta{Month YYYY -- Present}\\ \meta{Team / Domain}\\ \begin{itemize} \item Built dashboards to track \textbf{DAU/MAU/Retention/Revenue}; reduced manual reporting time by \textbf{X\%}. \item Wrote SQL queries for weekly KPI reports; improved data accuracy by validating sources and definitions. \item Performed funnel analysis; identified top drop-off step and recommended fixes that improved \textbf{conversion}. \end{itemize} \textbf{Analyst / Intern, Company Name}\hfill \meta{Month YYYY -- Month YYYY}\\ \begin{itemize} \item Cleaned and merged multiple datasets; created reusable SQL views for reporting. \item Partnered with stakeholders to define metrics and maintain a single source of truth. \end{itemize} \section*{Projects} \textbf{E-commerce KPI Dashboard}\hfill \meta{Month YYYY}\\ \begin{itemize} \item Designed a dashboard covering orders, revenue, cancellations, and retention. \item Created metric definitions and documented data logic for repeatable reporting. \end{itemize} \section*{Education} \textbf{B.Tech / B.E / B.Sc}\hfill \meta{YYYY -- YYYY}\\ University Name, City \end{document}