{"id":2370,"date":"2024-10-11T09:13:40","date_gmt":"2024-10-11T14:13:40","guid":{"rendered":"https:\/\/www.rodaportal.net\/?p=2370"},"modified":"2024-10-11T09:13:41","modified_gmt":"2024-10-11T14:13:41","slug":"3_llm_applications_every_data_scientist_should_know","status":"publish","type":"post","link":"http:\/\/18.220.63.61\/?p=2370","title":{"rendered":"3 LLM Applications Every Data Scientist Should Know"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"youtube-embed\" data-video_id=\"Dgy4KdaaofM\"><iframe loading=\"lazy\" title=\"3 LLM Applications Every Data Scientist Should Know | FREE Practical Examples with links\" width=\"696\" height=\"392\" src=\"https:\/\/www.youtube.com\/embed\/Dgy4KdaaofM?feature=oembed&#038;enablejsapi=1\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<p>Large Language Models (LLMs) have revolutionized the way data scientists and businesses interact with data. They provide powerful tools that allow for efficient data extraction, analysis, and reporting, enabling non-technical users to gain insights without needing extensive coding knowledge. In this blog post, we will delve into three essential applications of LLMs that every data scientist should be familiar with: pointing LLMs to text, SQL databases, and Excel files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pointing LLMs to Text<\/h2>\n\n\n\n<p>In many business scenarios, a significant amount of data is stored in text formats, particularly PDFs. These documents can range from twenty to a thousand pages, making it impractical for businesses to manually sift through them for insights. This is where LLMs come into play, offering a streamlined solution for text data extraction and summarization.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2F9bfda64b-f789-4337-a855-ba6c24aff93b.webp?alt=media&amp;token=169822e6-3516-4dcf-8a6b-61522a9de1a4\" alt=\"Example of PDF summarization using LLM\" width=\"100%\"><\/p>\n\n\n\n<p>For instance, businesses can utilize applications that allow them to select a PDF file and click a button to summarize the contents. This feature saves time and ensures that key information is quickly accessible. In one example, a twenty-page PDF was summarized in seconds, showcasing the efficiency of LLMs in handling lengthy documents.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2F3fadfd8f-12cb-495d-8df8-2bf6a20e9b59.webp?alt=media&amp;token=e80d99dc-7746-4d6a-9c17-c3b745d59240\" alt=\"Sentiment analysis of PDF text\" width=\"100%\"><\/p>\n\n\n\n<p>Additionally, LLMs can answer specific questions about the text, such as determining the sentiment of the document or identifying the authorship. For example, when asked about the sentiment of a PDF, an LLM returned a positive sentiment, indicating that the document was bullish. This capability can significantly enhance decision-making processes by providing quick insights.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2F1e575eb7-20bc-4a74-a9fa-446249aea00a.webp?alt=media&amp;token=bc12a470-567e-4c4c-9772-92ee5b82076d\" alt=\"Authors of the PDF document\" width=\"100%\"><\/p>\n\n\n\n<p>Before the advent of LLMs, businesses relied on manual data extraction processes, which were time-consuming and labor-intensive. Now, with LLMs automating these tasks, companies can efficiently store extracted data in SQL databases or other structured formats, making it easier to manage and analyze.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pointing LLMs to SQL Databases<\/h2>\n\n\n\n<p>Another crucial application of LLMs is their ability to interface with SQL databases. Many business stakeholders lack the technical skills to write SQL queries, making it challenging for them to access and analyze data. LLMs provide a natural language interface that allows users to ask questions and retrieve data without needing to understand SQL syntax.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2F448de577-dd42-403b-906f-a2fe818aa366.webp?alt=media&amp;token=85ef4616-24e4-496d-939f-a97b11885253\" alt=\"Using LLM to generate SQL queries\" width=\"100%\"><\/p>\n\n\n\n<p>For example, a user could ask for a product report in terms of sales, and the LLM would generate the necessary SQL query behind the scenes to retrieve that data. This functionality democratizes access to data, enabling non-technical users to obtain reports and insights effectively.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2F7dc2a9e0-91a5-4175-915f-dc2df62e5e3a.webp?alt=media&amp;token=e7020044-8d6f-43e4-8632-08e7dd416acc\" alt=\"Sales report generated by LLM\" width=\"100%\"><\/p>\n\n\n\n<p>In one instance, a sales report was generated that included total sales, sold quantity, and total profit, all based on user-defined filters. This application is particularly beneficial for organizations looking to empower their teams by providing easy access to critical business metrics.<\/p>\n\n\n\n<p>For data scientists and analysts, having the ability to guide LLMs to query SQL databases opens up new avenues for reporting and analysis. It allows for more efficient workflows and encourages data-driven decision-making across the organization.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pointing LLMs to Excel Files<\/h2>\n\n\n\n<p>Excel is a staple in many business environments, often containing vast amounts of data that require analysis. LLMs can be leveraged to analyze Excel files quickly and efficiently, providing key insights without the need for manual data manipulation.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2Fdef0c7aa-f775-4fe4-9bdf-e7d9fbc30b05.webp?alt=media&amp;token=3ed42dbd-7ac0-4471-9ee7-6b27baf23b3d\" alt=\"Summarizing Excel data using LLM\" width=\"100%\"><\/p>\n\n\n\n<p>Users can simply upload an Excel file and ask the LLM to summarize the data. For instance, an LLM might be asked to provide key metrics, cancellation insights, and customer demographics from the Excel dataset. The ability to quickly generate summaries allows analysts to focus on strategic decision-making rather than getting bogged down in data gathering.<img decoding=\"async\" src=\"https:\/\/firebasestorage.googleapis.com\/v0\/b\/videotoblog-35c6e.appspot.com\/o\/%2Fusers%2FfiW0cYALLucN46OgNqQCq7JpfOt2%2Fblogs%2FFm1I0CfNk8TLuHSCZCEa%2Fscreenshots%2Fc98062ea-7e97-44df-a812-2450852c3f55.webp?alt=media&amp;token=0cb9ed4f-c320-4c67-8ccc-36055780a78a\" alt=\"Key metrics extracted from Excel data\" width=\"100%\"><\/p>\n\n\n\n<p>Moreover, LLMs can assist in comparing revenue across different periods or retrieving specific transactions, making it easier for businesses to stay on top of their financial performance. This capability is particularly useful for teams looking to automate their data exploration processes.<\/p>\n\n\n\n<p>As organizations continue to rely on Excel for data management, integrating LLMs into these workflows can lead to significant efficiency gains and improved insights.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In summary, understanding how to utilize LLMs for text summarization, SQL querying, and Excel analysis is essential for data scientists today. These applications not only enhance productivity but also empower non-technical users to access and analyze data effectively. As LLM technology continues to evolve, staying abreast of these tools will be crucial for leveraging data in meaningful ways.<\/p>\n\n\n\n<p>If you&#8217;re interested in learning more about implementing these LLM applications, check out the following resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/youtu.be\/yq803m5ESXI\">Using ChatGPT API<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/j_1MYThJOFI\">Using BERT &amp; T5 Local<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/TLzrmrOI3s4\">Using Gemini API<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/Gi-2a05hbzo\">Using Llama API<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/UyDVbQkkb-0\">Using Llama API for SQL<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/YT-FM1F8DXU\">Using OpenAI \u2013 ChatGPT API for SQL<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/Dgy4KdaaofM?si=ZSUenaa8eyPjXJXe\">Using OpenAI \u2013 ChatGPT API for Excel<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/Pitsillides91\/llms_2024\/tree\/main\/9.LLM_Applications\">GitHub Repository for LLM Applications<\/a><\/li>\n<\/ul>\n\n\n\n<p>Thank you for reading! If you have any questions or comments, feel free to reach out below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Large Language Models (LLMs) have revolutionized the way data scientists and businesses interact with data. They provide powerful tools that allow for efficient data extraction, analysis, and reporting, enabling non-technical users to gain insights without needing extensive coding knowledge. In this blog post, we will delve into three essential applications of LLMs that every data [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2372,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[2950],"tags":[2955,2980,2986,2984,2985],"class_list":{"0":"post-2370","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-data_analytics_101","8":"tag-ai","9":"tag-data-analysis","10":"tag-data-science","11":"tag-large-language-models","12":"tag-llm-applications"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>3 LLM Applications Every Data Scientist Should Know - Rodaportal<\/title>\n<meta name=\"description\" content=\"Discover three essential applications of Large Language Models (LLMs) that every data scientist should master for enhanced data analysis and reporting.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/18.220.63.61\/?p=2370\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3 LLM Applications Every Data Scientist Should Know\" \/>\n<meta property=\"og:description\" content=\"\ud83d\ude80 Dive into the world of Large Language Models! Discover how LLMs can revolutionize your data analysis process. From text summarization to SQL querying, learn about three must-know applications for data scientists! #DataScience #LLMs\" \/>\n<meta property=\"og:url\" content=\"http:\/\/18.220.63.61\/?p=2370\" \/>\n<meta property=\"og:site_name\" content=\"Rodaportal\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Rodaportal\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-11T14:13:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-11T14:13:41+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Rodaportal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"3 LLM Applications Every Data Scientist Should Know\" \/>\n<meta name=\"twitter:description\" content=\"\ud83d\ude80 Dive into the world of Large Language Models! Discover how LLMs can revolutionize your data analysis process. From text summarization to SQL querying, learn about three must-know applications for data scientists! #DataScience #LLMs\" \/>\n<meta name=\"twitter:image\" content=\"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@RodaPP1\" \/>\n<meta name=\"twitter:site\" content=\"@RodaPP1\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rodaportal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370\"},\"author\":{\"name\":\"Rodaportal\",\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#\\\/schema\\\/person\\\/1ed067be473943abefead5f395f0bf70\"},\"headline\":\"3 LLM Applications Every Data Scientist Should Know\",\"datePublished\":\"2024-10-11T14:13:40+00:00\",\"dateModified\":\"2024-10-11T14:13:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370\"},\"wordCount\":768,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#organization\"},\"image\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/18.220.63.61\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Dgy4KdaaofM-HD.jpg\",\"keywords\":[\"AI\",\"Data Analysis\",\"Data Science\",\"Large Language Models\",\"LLM Applications\"],\"articleSection\":[\"Data Analytics 101\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\\\/\\\/18.220.63.61\\\/?p=2370#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370\",\"url\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370\",\"name\":\"3 LLM Applications Every Data Scientist Should Know - Rodaportal\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/18.220.63.61\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Dgy4KdaaofM-HD.jpg\",\"datePublished\":\"2024-10-11T14:13:40+00:00\",\"dateModified\":\"2024-10-11T14:13:41+00:00\",\"description\":\"Discover three essential applications of Large Language Models (LLMs) that every data scientist should master for enhanced data analysis and reporting.\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/18.220.63.61\\\/?p=2370\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#primaryimage\",\"url\":\"http:\\\/\\\/18.220.63.61\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Dgy4KdaaofM-HD.jpg\",\"contentUrl\":\"http:\\\/\\\/18.220.63.61\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Dgy4KdaaofM-HD.jpg\",\"width\":1280,\"height\":720,\"caption\":\"3 LLM Applications Every Data Scientist Should Know | FREE Practical Examples with links\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/18.220.63.61\\\/?p=2370#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rodaportal.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3 LLM Applications Every Data Scientist Should Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#website\",\"url\":\"https:\\\/\\\/www.rodaportal.net\\\/\",\"name\":\"Rodaportal\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rodaportal.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#organization\",\"name\":\"Rodaportal\",\"url\":\"https:\\\/\\\/www.rodaportal.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/www.rodaportal.net\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/imageedit_1_9835162131.png\",\"contentUrl\":\"http:\\\/\\\/www.rodaportal.net\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/imageedit_1_9835162131.png\",\"width\":112,\"height\":112,\"caption\":\"Rodaportal\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Rodaportal\",\"https:\\\/\\\/x.com\\\/RodaPP1\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rodaportal.net\\\/#\\\/schema\\\/person\\\/1ed067be473943abefead5f395f0bf70\",\"name\":\"Rodaportal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g\",\"caption\":\"Rodaportal\"},\"sameAs\":[\"http:\\\/\\\/www.rodaportal.net\"],\"url\":\"http:\\\/\\\/18.220.63.61\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"3 LLM Applications Every Data Scientist Should Know - Rodaportal","description":"Discover three essential applications of Large Language Models (LLMs) that every data scientist should master for enhanced data analysis and reporting.","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":"http:\/\/18.220.63.61\/?p=2370","og_locale":"en_US","og_type":"article","og_title":"3 LLM Applications Every Data Scientist Should Know","og_description":"\ud83d\ude80 Dive into the world of Large Language Models! Discover how LLMs can revolutionize your data analysis process. From text summarization to SQL querying, learn about three must-know applications for data scientists! #DataScience #LLMs","og_url":"http:\/\/18.220.63.61\/?p=2370","og_site_name":"Rodaportal","article_publisher":"https:\/\/www.facebook.com\/Rodaportal","article_published_time":"2024-10-11T14:13:40+00:00","article_modified_time":"2024-10-11T14:13:41+00:00","og_image":[{"width":1280,"height":720,"url":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","type":"image\/jpeg"}],"author":"Rodaportal","twitter_card":"summary_large_image","twitter_title":"3 LLM Applications Every Data Scientist Should Know","twitter_description":"\ud83d\ude80 Dive into the world of Large Language Models! Discover how LLMs can revolutionize your data analysis process. From text summarization to SQL querying, learn about three must-know applications for data scientists! #DataScience #LLMs","twitter_image":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","twitter_creator":"@RodaPP1","twitter_site":"@RodaPP1","twitter_misc":{"Written by":"Rodaportal","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/18.220.63.61\/?p=2370#article","isPartOf":{"@id":"http:\/\/18.220.63.61\/?p=2370"},"author":{"name":"Rodaportal","@id":"https:\/\/www.rodaportal.net\/#\/schema\/person\/1ed067be473943abefead5f395f0bf70"},"headline":"3 LLM Applications Every Data Scientist Should Know","datePublished":"2024-10-11T14:13:40+00:00","dateModified":"2024-10-11T14:13:41+00:00","mainEntityOfPage":{"@id":"http:\/\/18.220.63.61\/?p=2370"},"wordCount":768,"commentCount":0,"publisher":{"@id":"https:\/\/www.rodaportal.net\/#organization"},"image":{"@id":"http:\/\/18.220.63.61\/?p=2370#primaryimage"},"thumbnailUrl":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","keywords":["AI","Data Analysis","Data Science","Large Language Models","LLM Applications"],"articleSection":["Data Analytics 101"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/18.220.63.61\/?p=2370#respond"]}]},{"@type":"WebPage","@id":"http:\/\/18.220.63.61\/?p=2370","url":"http:\/\/18.220.63.61\/?p=2370","name":"3 LLM Applications Every Data Scientist Should Know - Rodaportal","isPartOf":{"@id":"https:\/\/www.rodaportal.net\/#website"},"primaryImageOfPage":{"@id":"http:\/\/18.220.63.61\/?p=2370#primaryimage"},"image":{"@id":"http:\/\/18.220.63.61\/?p=2370#primaryimage"},"thumbnailUrl":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","datePublished":"2024-10-11T14:13:40+00:00","dateModified":"2024-10-11T14:13:41+00:00","description":"Discover three essential applications of Large Language Models (LLMs) that every data scientist should master for enhanced data analysis and reporting.","breadcrumb":{"@id":"http:\/\/18.220.63.61\/?p=2370#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/18.220.63.61\/?p=2370"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/18.220.63.61\/?p=2370#primaryimage","url":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","contentUrl":"http:\/\/18.220.63.61\/wp-content\/uploads\/2024\/10\/Dgy4KdaaofM-HD.jpg","width":1280,"height":720,"caption":"3 LLM Applications Every Data Scientist Should Know | FREE Practical Examples with links"},{"@type":"BreadcrumbList","@id":"http:\/\/18.220.63.61\/?p=2370#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rodaportal.net\/"},{"@type":"ListItem","position":2,"name":"3 LLM Applications Every Data Scientist Should Know"}]},{"@type":"WebSite","@id":"https:\/\/www.rodaportal.net\/#website","url":"https:\/\/www.rodaportal.net\/","name":"Rodaportal","description":"","publisher":{"@id":"https:\/\/www.rodaportal.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rodaportal.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rodaportal.net\/#organization","name":"Rodaportal","url":"https:\/\/www.rodaportal.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rodaportal.net\/#\/schema\/logo\/image\/","url":"http:\/\/www.rodaportal.net\/wp-content\/uploads\/2023\/10\/imageedit_1_9835162131.png","contentUrl":"http:\/\/www.rodaportal.net\/wp-content\/uploads\/2023\/10\/imageedit_1_9835162131.png","width":112,"height":112,"caption":"Rodaportal"},"image":{"@id":"https:\/\/www.rodaportal.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Rodaportal","https:\/\/x.com\/RodaPP1"]},{"@type":"Person","@id":"https:\/\/www.rodaportal.net\/#\/schema\/person\/1ed067be473943abefead5f395f0bf70","name":"Rodaportal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/57e783bd41f1f91e03748e1e48327997442e1387475b4aa6b38c40ec5eeaadf7?s=96&d=mm&r=g","caption":"Rodaportal"},"sameAs":["http:\/\/www.rodaportal.net"],"url":"http:\/\/18.220.63.61\/?author=2"}]}},"_links":{"self":[{"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/posts\/2370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/18.220.63.61\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2370"}],"version-history":[{"count":1,"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/posts\/2370\/revisions"}],"predecessor-version":[{"id":2373,"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/posts\/2370\/revisions\/2373"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/18.220.63.61\/index.php?rest_route=\/wp\/v2\/media\/2372"}],"wp:attachment":[{"href":"http:\/\/18.220.63.61\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/18.220.63.61\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2370"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/18.220.63.61\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}