From 5ec61cc32ffb7f6f959be25c116bf8d2699a14ee Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 14 Apr 2025 20:08:57 +0100 Subject: [PATCH] Add AI vs data science guide --- src/data/roadmaps/ai-data-scientist/faqs.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/ai-data-scientist/faqs.astro b/src/data/roadmaps/ai-data-scientist/faqs.astro index d4b85157e..f2a62a780 100644 --- a/src/data/roadmaps/ai-data-scientist/faqs.astro +++ b/src/data/roadmaps/ai-data-scientist/faqs.astro @@ -142,7 +142,7 @@ export const faqs: FAQType[] = [ question: 'What is the difference between Data Science and Software Engineering?', answer: [ - 'The difference between data science and software engineering is that data science focuses on extracting insights from data through statistical analysis, machine learning, and data visualization. Software Engineering, on the other hand, is centered on designing, building, and maintaining software systems.', + 'The [difference between data science and software engineering](https://roadmap.sh/ai-data-scientist/vs-software-engineering) is that data science focuses on extracting insights from data through statistical analysis, machine learning, and data visualization. Software Engineering, on the other hand, is centered on designing, building, and maintaining software systems.', 'While both fields require programming skills, data scientists primarily manipulate and analyze data to support decision-making, and software engineers focus more on building the architecture and systems that allow for the creation of a specific software functionality.', ], },