{"id":12155,"date":"2021-03-07T17:06:49","date_gmt":"2021-03-07T17:06:49","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=12155"},"modified":"2026-06-11T08:31:12","modified_gmt":"2026-06-11T08:31:12","slug":"steps-data-analysis-project","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","title":{"rendered":"Steps in a Data Analysis Project"},"content":{"rendered":"<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"ImageObject\",\n  \"url\": \"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1536x1017.jpg\",\n  \"contentUrl\": \"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1536x1017.jpg\",\n  \"caption\": \"Steps in a Data Analysis Project\",\n  \"width\": 1536,\n  \"height\": 1017,\n  \"representativeOfPage\": true,\n  \"associatedArticle\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/\"\n  },\n  \"copyrightNotice\": \"\u00a9 2024 AnalystPrep\",\n  \"acquireLicensePage\": \"https:\/\/analystprep.com\/license-info\",\n  \"creditText\": \"AnalystPrep Design Team\",\n  \"creator\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AnalystPrep\"\n  }\n}\n<\/script> <script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Which statements about the steps in building structured data-based and text-based machine learning models are accurate?\",\n    \"text\": \"Consider the following statements:\\n\\nStatement 1: \u201cThe second step in building text-based machine learning models is text preparation and wrangling. However, the second step in building machine learning models using structured data is data collection.\u201d\\nStatement 2: \u201cThe fourth step in building both types of models encompasses data\/text exploration.\u201d\\n\\nWhich statement(s) is\/are accurate?\\n\\nOptions:\\nA. Only Statement 1\\nB. Only Statement 2\\nC. Both Statement 1 and Statement 2\",\n    \"answerCount\": 3,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Choice B is correct. Statement 2 is accurate because the fourth step in building both structured data-based and text-based machine learning models is data\/text exploration. Statement 1 is incorrect since text preparation and wrangling is the third step in text-based models, not the second.\",\n      \"upvoteCount\": 0,\n      \"commentCount\": 0\n    },\n    \"suggestedAnswer\": [\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"Choice A is incorrect. Statement 1 is inaccurate because text preparation and wrangling is the third step in text-based ML models.\",\n        \"upvoteCount\": 0,\n        \"commentCount\": 0\n      },\n      {\n        \"@type\": \"Answer\",\n        \"text\": \"Choice C is incorrect. Not both statements are accurate; only Statement 2 is correct.\",\n        \"upvoteCount\": 0,\n        \"commentCount\": 0\n      }\n    ]\n  }\n}\n<\/script><\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/ifHmwpgHWYY\" width=\"611\" height=\"344\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<h3 id=\"mce_22\" class=\"editor-rich-text__tinymce mce-content-body\" data-is-placeholder-visible=\"false\">\u00a0<\/h3>\n<p>The term \u201cbig data\u201d refers to structured or unstructured data that is significant, fast, or complex, thus strenuous or even impossible to process using traditional methods. The incorporation of big data has prompt implications for building a machine learning model and financial forecasting.<\/p>\n<h2 data-tadv-p=\"keep\">Structured Data<\/h2>\n<p>The steps for building a machine learning model using structured (traditional) big data are as follows:<\/p>\n<p><em><strong>Step 1:<\/strong> Conceptualization of the modeling task. <\/em><\/p>\n<p>This step requires establishing the model output, how and who will use the model, and how the output will be planted in existing or new business.<\/p>\n<p><em><strong>Step 2:<\/strong> Data collection.<\/em><\/p>\n<p>Structured data can be obtained from both internal and external sources.<\/p>\n<p><em><strong>Step 3:<\/strong> Data preparation and wrangling.<\/em><\/p>\n<p>Cleansing and preprocessing of raw data takes place in this step. Cleansing involves resolving missing values or outliers, whereas preprocessing entails extracting, accumulating, filtering, and selecting relevant data columns.<\/p>\n<p><em><strong>Step 4:<\/strong> Data exploration.<\/em><\/p>\n<p>The data exploration step involves exploratory data analysis, selecting, and engineering features.<\/p>\n<p><em><strong>Step 5:<\/strong> Model training.<\/em><\/p>\n<p>The suitable machine learning approach is selected in this step. Moreover, the performance of the trained model is evaluated, and the model is tuned accordingly.<\/p>\n<p>These steps are repetitive since model building is an iterative process.<\/p>\n<div style=\"text-align: center; margin: 30px 0;\"><a style=\"background: #2f6fdd; color: #ffffff; padding: 14px 28px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; justify-content: center; line-height: 1.4;\" href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener\"> Master core data analysis steps and preprocessing techniques with our Free Trial <\/a><\/div>\n<h2 data-tadv-p=\"keep\">Unstructured Data<\/h2>\n<p>Building text ML models requires different steps since they incorporate unstructured data sources of big data. The differences in steps between the text model and traditional model account for the characteristics of big data: volume, velocity, variety, and veracity. Here, we focus on the variety and veracity attributes of big data as they are apparent in the text.<\/p>\n<p>Text ML model building steps are as follows:<\/p>\n<p><em><strong>Step 1:<\/strong> Text problem formulation.<\/em><\/p>\n<p>This step entails the formulate text classification problem and identifying the exact inputs and outputs for the model. Further, it is crucial to establish how the text ML model\u2019s classification output will be put to use.<\/p>\n<p><em><strong>Step 2:<\/strong> Text curation.<\/em><\/p>\n<p>Relevant text data is obtained from web pages through scraping or crawling programs.<\/p>\n<p><em><strong>Step 3:<\/strong> Text preparation and wrangling.<\/em><\/p>\n<p>This step entails cleansing and preprocessing tasks required for converting unstructured data into a format that is usable by traditional modeling methods designed for structured inputs.<\/p>\n<p><em><strong>Step 4:<\/strong> Text exploration.<\/em><\/p>\n<p>Here, text is visualized through methods such as word clouds. Additionally, it involves text feature selection and engineering<\/p>\n<p>Finally, the output can either be combined with other structured variables or used directly for forecasting and analysis.<\/p>\n<p>The following figure demonstrates the above steps of building a model for financial forecasting using structured (traditional) vs. unstructured (text) big data.<\/p>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14922\" src=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg\" alt=\"Building a Model for Financial Forecasting\" width=\"1590\" height=\"1053\" srcset=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg 1590w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-300x199.jpg 300w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1024x678.jpg 1024w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-768x509.jpg 768w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1536x1017.jpg 1536w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-400x265.jpg 400w\" sizes=\"auto, (max-width: 1590px) 100vw, 1590px\" \/>Question<\/h2>\n<blockquote>\n<p>Consider the following statements:<\/p>\n<p><strong>Statement 1: \u201c<\/strong><em>The second step in building text-based machine learning models is text preparation and wrangling. However, the second step in building machine learning models using structured data is data collection.&#8221;<\/em><\/p>\n<p><strong>Statement 2: \u201c<\/strong><em>The fourth step in building both types of models encompasses data\/text exploration.\u201d<\/em><\/p>\n<p>Which of the statements relating to the steps in building structured data-based and text-based machine learning models is (are) accurate?<\/p>\n<p>\u00a0 \u00a0 \u00a0 A. Only Statement 1.<\/p>\n<p>\u00a0 \u00a0 \u00a0 B. Only Statement 2.<\/p>\n<p>\u00a0 \u00a0 \u00a0 C. Both Statement 1 and Statement 2.<\/p>\n<h3>Solution<\/h3>\n<p><em><strong>The correct answer is B.<\/strong><\/em><\/p>\n<p>The five steps in building structured data-based machine learning models are:<\/p>\n<ol>\n<li>Conceptualization of the modeling task<\/li>\n<li>Data collection<\/li>\n<li>Data preparation and wrangling<\/li>\n<li>Data exploration<\/li>\n<li>Model training.<\/li>\n<\/ol>\n<p>The five steps in building text-based ML models are:<\/p>\n<ol>\n<li>Text problem formulation<\/li>\n<li>Data (text) curation<\/li>\n<li>Text preparation and wrangling<\/li>\n<li>Text exploration<\/li>\n<li>Model training.<\/li>\n<\/ol>\n<p>Statement 2 is correct since the fourth step in building both types of models involves data\/text exploration.<\/p>\n<p><em><strong>A and C are incorrect.<\/strong><\/em>\u00a0Text preparation and wrangling is the third step in building text ML models and occurs after the second data (text) curation step.<\/p>\n<\/blockquote>\n<p>Reading 7: Big Data Projects<\/p>\n<p><em>LOS 7 (a) Identify and explain steps in a data analysis project<\/em><\/p>\n<div style=\"background: #f5f7fa; padding: 32px 24px; border-radius: 12px; text-align: center; margin: 40px 0;\"><a style=\"background: #2f6fdd; color: #ffffff; padding: 14px 30px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; justify-content: center;\" href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener\"> Start Free Trial \u2192 <\/a><\/p>\n<p style=\"margin: 14px auto 0; max-width: 650px; color: #555; font-size: 15px; line-height: 1.6;\">Practice data preprocessing, exploratory analysis, model training, feature engineering, and evaluation strategies often applied in quantitative data projects and financial analysis.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 The term \u201cbig data\u201d refers to structured or unstructured data that is significant, fast, or complex, thus strenuous or even impossible to process using traditional methods. The incorporation of big data has prompt implications for building a machine learning&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[102,229],"tags":[216,230,262],"class_list":["post-12155","post","type-post","status-publish","format-standard","hentry","category-cfa-level-2","category-quantitative-method","tag-cfa-level-2","tag-quantitative-method","tag-steps-in-a-data-analysis-project","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Data Analysis Project Steps | CFA Level II Notes<\/title>\n<meta name=\"description\" content=\"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Analysis Project Steps | CFA Level II Notes\" \/>\n<meta property=\"og:description\" content=\"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-07T17:06:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T08:31:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1590\" \/>\n\t<meta property=\"og:image:height\" content=\"1053\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Irene R\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Irene R\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"},\"author\":{\"name\":\"Irene R\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\"},\"headline\":\"Steps in a Data Analysis Project\",\"datePublished\":\"2021-03-07T17:06:49+00:00\",\"dateModified\":\"2026-06-11T08:31:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"},\"wordCount\":648,\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"keywords\":[\"CFA-level-2\",\"Quantitative Method\",\"Steps in a Data Analysis Project\"],\"articleSection\":[\"CFA Level II Study Notes\",\"Quantitative Method\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\",\"name\":\"Data Analysis Project Steps | CFA Level II Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"datePublished\":\"2021-03-07T17:06:49+00:00\",\"dateModified\":\"2026-06-11T08:31:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\"},\"description\":\"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"contentUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"width\":1590,\"height\":1053,\"caption\":\"Building a Model for Financial Forecasting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Steps in a Data Analysis Project\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\",\"name\":\"Irene R\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"caption\":\"Irene R\"}}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/ifHmwpgHWYY\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"3468\" \/>\n<meta property=\"og:video:width\" content=\"480\" \/>\n<meta property=\"og:video:height\" content=\"270\" \/>\n<meta property=\"ya:ovs:adult\" content=\"false\" \/>\n<meta property=\"ya:ovs:upload_date\" content=\"2021-03-07T17:06:49+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Analysis Project Steps | CFA Level II Notes","description":"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","og_locale":"en_US","og_type":"article","og_title":"Data Analysis Project Steps | CFA Level II Notes","og_description":"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.","og_url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2021-03-07T17:06:49+00:00","article_modified_time":"2026-06-11T08:31:12+00:00","og_image":[{"width":1590,"height":1053,"url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","type":"image\/jpeg"}],"author":"Irene R","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Irene R","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"},"author":{"name":"Irene R","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"headline":"Steps in a Data Analysis Project","datePublished":"2021-03-07T17:06:49+00:00","dateModified":"2026-06-11T08:31:12+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"},"wordCount":648,"image":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","keywords":["CFA-level-2","Quantitative Method","Steps in a Data Analysis Project"],"articleSection":["CFA Level II Study Notes","Quantitative Method"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","name":"Data Analysis Project Steps | CFA Level II Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","datePublished":"2021-03-07T17:06:49+00:00","dateModified":"2026-06-11T08:31:12+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"description":"Learn the steps for a data analysis project, including modeling and analytics, and explore how CFA knowledge integrates with data analysis practices.","breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage","url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","contentUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","width":1590,"height":1053,"caption":"Building a Model for Financial Forecasting"},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Steps in a Data Analysis Project"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5","name":"Irene R","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","caption":"Irene R"}}]},"og_video":"https:\/\/www.youtube.com\/embed\/ifHmwpgHWYY","og_video_type":"text\/html","og_video_duration":"3468","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2021-03-07T17:06:49+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=12155"}],"version-history":[{"count":18,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155\/revisions"}],"predecessor-version":[{"id":43987,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155\/revisions\/43987"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=12155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=12155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=12155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}