{"id":257917,"date":"2026-07-13T15:56:21","date_gmt":"2026-07-13T12:56:21","guid":{"rendered":"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/"},"modified":"2026-07-13T15:56:21","modified_gmt":"2026-07-13T12:56:21","slug":"data-science-in-practice-tom-alby","status":"publish","type":"post","link":"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/","title":{"rendered":"Data Science In Practice &#8211; Tom Alby"},"content":{"rendered":"<figure style=\"text-align:center;margin:0 auto 1.5em;\"><img decoding=\"async\" src=\"https:\/\/1kitap1.com\/en\/wp-content\/uploads\/2026\/07\/5de565d152147e0e.jpg\" alt=\" - Unknown book cover\" style=\"max-width:300px;width:100%;height:auto;box-shadow:0 4px 12px rgba(0,0,0,.25);border-radius:4px;\"\/><\/figure>\n<p>For the parameters of the boxplot() function, we use varwidth=TRUE, which allows us to include the number of data in the visualization. The wider the box, the more data there is. The result in Figure 5.21 shows that there seem to be only a few fights with aircrafts with three or four engines. One could now interpret that the presence of two engines is most likely to cause delays.<\/p>\n<p>This is, of course, humbug, because if most fights take place with twin-engine aircraft, then the probability of being late is also much greater. > my_flights %>% + group_by(engines) %>% + summarize(number_engines = n()) # A tibble: 5 \u00d7 2 engines number_engines <int> <int> 1 1 2014 2 2 282005 3 3 7 4 144 > However, it is also interesting to note here that we have over 50,000 rows Exploratory Data Analysis Does departure time afect delay? where no engine count is given. Apparently, we do not have all aircraft types in our data set.<\/p>\n<p>Before we give up, let\u2019s look at one more data point that is missing from our scatter plot. Does the time of day have anything to do with whether an airplane takes of later? my_flights %>% select(dep_time,dep_delay) %>% filter(dep_delay>10) %>% plot() You can see the result in Figure 5.22. Delays build up slowly in the frst hours of the day. However, starting at 6 a.m., some planes take of much later than scheduled, with delays of more than 600 minutes, i.e., at least 10 hours.<\/p>\n<p>We have two diferent types of delays starting at 6 a.m.: very small ones up to one hour, and very large ones starting at 10 hours. These fights with a long delay should have started the previous day, so they have less to do with the delays of the fights of that day.<\/p>\n<blockquote>\n<p>Data Science in Practice Data Science in Practice is the ideal introduction to Data Science. With or without math skills, here, you get the all-round view that you need for your projects. This book describes how to properly question data in order to unearth the treasure that data can be.<\/p>\n<p>You will get to know the relevant analysis methods and will be introduced to the programming language R, which is ideally suited for data analysis. Associated tools like notebooks that make Data Science programming easily accessible are included in this introduction. Because technology alone is not enough, this book also deals with problems in project implementation, illuminates various felds of appli- cation, and does not forget to address ethical aspects.<\/p>\n<p>Data Science in Practice includes many examples, notes on errors, decision-making aids, and other practical tips. This book is ideal as a complementary text for university stu- dents and is a useful learning tool for those moving into more data-related roles. Key Features: \u2022 Success factors and tools for all project phases \u2022 Includes application examples for various subject areas \u2022 Introduces many aspects of Data Science, from requirements analy- sis to data acquisition and visualization Tom Alby has been working in the digital world since 1994, including nearly 20 years for search engines such as Lycos, Ask.com, and Google.<\/p>\n<p>His focus is on data-driven applications for everyday business and the development of data literacy. He is the author of several books, lecturer for Data Science and Digital Analytics at various universities, and certifed project manager (PMP) of the Project Management Institute since 2004. CHAPMAN &#038; HALL\/CRC DATA SCIENCE SERIES Refecting the interdisciplinary nature of the feld, this book series brings together researchers, practitioners, and instructors from statistics, computer science, machine learning, and analytics.<\/p>\n<p>The series will publish cutting-edge research, industry applica- tions, and textbooks in data science. The inclusion of concrete examples, applications, and methods is highly encouraged. The scope of the series includes titles in the areas of machine learning, pattern recognition, predictive analytics, business analytics, Big Data, visualization, programming, software, learning analytics, data wrangling, interactive graphics, and reproducible research. Published Titles Urban Informatics Using Big Data to Understand and Serve Communities Daniel T.<\/p>\n<\/blockquote>\n<p><em>This is a short excerpt from the opening of &ldquo;&rdquo; by Unknown, quoted for review and introduction purposes. All rights belong to the copyright holders.<\/em><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/#Book_Information\" >Book Information<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/#Reading_Word_Statistics\" >Reading &amp; Word Statistics<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/#Most_Frequent_Words\" >Most Frequent Words<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/1kitap1.com\/en\/data-science-in-practice-tom-alby\/#PDF_Download\" >PDF Download<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Book_Information\"><\/span>Book Information<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li><strong>Unique ID:<\/strong> 5de565d152147e0e<\/li>\n<li><strong>File Extension:<\/strong> .pdf<\/li>\n<li><strong>File Size:<\/strong> 44,420,606 bytes (42.363 MB)<\/li>\n<li><strong>Title:<\/strong> &#8211;<\/li>\n<li><strong>Author:<\/strong> Unknown<\/li>\n<li><strong>ISBN:<\/strong> 9783836284622, 9781032505244, 9781032505268, 9781003426363<\/li>\n<li><strong>Pages:<\/strong> 319<\/li>\n<li><strong>Language:<\/strong> English (en)<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Reading_Word_Statistics\"><\/span>Reading &amp; Word Statistics<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li><strong>Estimated Reading Time:<\/strong> 450.27 minutes<\/li>\n<li><strong>Total Words:<\/strong> 90,054<\/li>\n<li><strong>Total Characters:<\/strong> 515,085<\/li>\n<li><strong>Average Words per Page:<\/strong> 282.3<\/li>\n<li><strong>Average Characters per Page:<\/strong> 1614.69<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Most_Frequent_Words\"><\/span>Most Frequent Words<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>data (1573), also (417), science (343), example (341), figure (289), see (259), frst (215), one (203), use (198), time (176), used (175), plot (158), project (157), number (157), practice (155), rstudio (155), set (144), however (142), test (141), result (141), model (140), analysis (135), even (135), now (132), diferent (125), already (122), like (117), line (116), code (114), variable (112), new (111), two (111), learning (109), many (108), machine (106), points (106), look (101), way (98), work (96), case (96), true (96), results (94), error (94), value (89), function (86), age (84), algorithm (84), another (84), get (83), point (83), still (80), command (79), type (79), school (76), right (75), chapter (75), package (74), want (73), book (72), regression (72), variables (71), whether (70), create (68), called (66), since (65), well (65), take (65), need (64), spark (64), next (64), between (64), matrix (62), server (62), cluster (62), actually (62), frame (61), often (61), exactly (61), possible (60), good (60), class (60), distance (59), values (59), mean (59), created (58), always (58), fnd (58), based (58), something (58), make (57), computer (57), app (56), works (55), object (55), fact (55), output (55), delay (55), name (55), available (54), system (54).<\/p>\n<h2><span class=\"ez-toc-section\" id=\"PDF_Download\"><\/span>PDF Download<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align:center;\"><a href=\"https:\/\/1kitap1.com\/en\/wp-content\/uploads\/2026\/07\/data-science-in-practice-tom-alby.pdf\" download rel=\"nofollow\" style=\"display:inline-block;background:#2271b1;color:#ffffff;padding:14px 36px;border-radius:6px;text-decoration:none;font-weight:bold;font-size:1.05em;\">&#11015;&#65039; PDF Download<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For the parameters of the boxplot() function, we use varwidth=TRUE, which allows us to include the number of data in the visualization. The wider the box, the more data there is. The result in Figure 5.21 shows that there seem to be only a few fights with aircrafts with three or four engines. One could [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":257915,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-257917","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-english"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts\/257917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/comments?post=257917"}],"version-history":[{"count":0,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts\/257917\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/media\/257915"}],"wp:attachment":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/media?parent=257917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/categories?post=257917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/tags?post=257917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}