This repository contains resources and hands-on tutorials for learning essential Python libraries used in data science. Using the Titanic dataset, you'll learn how to perform numerical operations, data manipulation, create visualizations, and build a machine learning model to predict passenger survival.
- Introduction
- Prerequisites
- Getting Started
- How to Open a Jupyter Notebook from GitHub in Google Colab
- Tutorial Sections
- Resources
- Watch the Tutorial
Welcome to the hands-on tutorial for essential Python libraries in data science. This tutorial is perfect for beginners and intermediate learners looking to enhance their data science skills.
- Basic understanding of Python programming.
- Google account for accessing Google Colab.
git clone https://github.com/eduhubai/python-data-science-libraries.git
- Navigate to the notebook file on GitHub.
- Copy the URL of the notebook file.
- Open Google Colab in your web browser: Google Colab.
- Click on the File menu.
- Select Open notebook.
- In the Open notebook dialog, go to the GitHub tab.
- Paste the URL of the notebook file into the text box.
- Click on the Search icon next to the text box.
- Select the notebook from the list that appears.
- The Titanic dataset is included in the repository.
Understand how to use Pandas for loading, cleaning, and analyzing structured data.
Discover how to create basic plots using Matplotlib, including bar plots and histograms.
Explore Seaborn for creating attractive and informative statistical graphics.
Build a machine learning model using Scikit-learn to predict whether a passenger survived the Titanic disaster.
-
NumPy Documentation
-
Pandas Documentation
-
Matplotlib Documentation
-
Seaborn Documentation
-
Scikit-learn Documentation
-
Watch the Tutorial
-
Follow along with our video tutorial on YouTube: [YouTube Video Link]