<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: net work</title>
    <description>The latest articles on DEV Community by net work (@net_work_6c1ca76f29fa0c46).</description>
    <link>https://dev.to/net_work_6c1ca76f29fa0c46</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1699734%2Fff35ebf5-9035-4114-982e-499b6861c4f7.png</url>
      <title>DEV Community: net work</title>
      <link>https://dev.to/net_work_6c1ca76f29fa0c46</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/net_work_6c1ca76f29fa0c46"/>
    <language>en</language>
    <item>
      <title>Titanic Dataset Analysis</title>
      <dc:creator>net work</dc:creator>
      <pubDate>Fri, 28 Jun 2024 16:01:18 +0000</pubDate>
      <link>https://dev.to/net_work_6c1ca76f29fa0c46/titanic-dataset-analysis-3abl</link>
      <guid>https://dev.to/net_work_6c1ca76f29fa0c46/titanic-dataset-analysis-3abl</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;The Titanic dataset, a well-known dataset in the data science and machine learning communities, consists of information about the passengers aboard the RMS Titanic.&lt;/p&gt;

&lt;p&gt;RMS Titanic was a British ocean liner that sank on 15 April 1912 after striking an iceberg on her maiden voyage from Southampton, England to New York City, United States. Of the estimated 2,224 passengers and crew aboard, 1,496 died, making the incident the deadliest sinking of a single ship at the time. Titanic, operated by the White Star Line, carried some of the wealthiest people in the world, as well as hundreds of emigrants from the British Isles, Scandinavia, and elsewhere in Europe who were seeking a new life in the United States and Canada. The disaster drew public attention, spurred major changes in maritime safety regulations, and inspired a lasting legacy in popular culture.&lt;/p&gt;

&lt;p&gt;This dataset includes various features such as passenger class, name, gender, age, number of siblings/spouses aboard, number of parents/children aboard, ticket number, fare, cabin, and port of embarkation. The primary objective of this analysis is to extract initial insights regarding the factors influencing passenger survival and identify patterns, trends, or anomalies within the data.&lt;/p&gt;

&lt;p&gt;This blog post is an acceptance criteria for HNG Internship. For more information about the HNG Internship program, please visit &lt;a href="https://hng.tech/internship"&gt;HNG Internship&lt;/a&gt; and &lt;a href="https://hng.tech/hire"&gt;HNG Hire&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Observations
&lt;/h2&gt;

&lt;p&gt;After conducting a quick review of the dataset, Here are some initial observations that were identified:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Survival Rate by Passenger Class:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4rkagxxsoivh55jj4ncc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4rkagxxsoivh55jj4ncc.png" alt="Image description" width="691" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;from the plot above it can be observed that;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;First Class: Approximately 63% survived.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Second Class: Approximately 47% survived.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Third Class: Approximately 24% survived.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Socio-economic status, as indicated by passenger class, played a crucial role in survival likelihood.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Survival Rate by Gender:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbt2b6u8ayefbs3cxxnaa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbt2b6u8ayefbs3cxxnaa.png" alt="Image description" width="691" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;from the plot above it can be observed that;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Females: Approximately 74% survived.&lt;/li&gt;
&lt;li&gt;Males: Approximately 19% survived.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Females had a much higher survival rate compared to males.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Survival Rate by Age:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnw0e3fg7fwxpwxlwbncj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnw0e3fg7fwxpwxlwbncj.png" alt="Image description" width="695" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Younger passengers, particularly children, had higher survival rates, while the survival rate decreased with age.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The initial analysis of the Titanic dataset reveals that passenger class, gender, and age were significant factors influencing survival. Higher-class passengers, females, and younger passengers had better survival rates. These findings provide a foundation for more sophisticated predictive modelling and deeper data analysis.&lt;br&gt;
Here is the link to &lt;a href="https://colab.research.google.com/drive/1kl2W7D9xNmCl9nonSG_hKK41pp-bzVSy?usp=sharing"&gt;Colab Notebook&lt;/a&gt; where I did my brief analysis&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>analytics</category>
      <category>python</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
