🎬
Data Science - Wintersemester 24/25
  • Welcome
  • What’s Data Science and How Do I Do It?
    • 📆Timeline
    • 🏴‍☠️R Overview
      • 📩Installation
      • 🐈‍⬛GitHub Setup
      • 🥗DataCamp Courses
    • 🐍Python Overview
      • 📩Installation
      • 🐈‍⬛GitHub Setup
      • 📦Virtual Environment Setup
      • 🥗DataCamp Courses
  • Introduction to Your Project
    • About the Project Guide
    • What is this Project About?
  • Exploratory Data Analysis (EDA)
    • Getting started
    • Discovering the Data 🔎
      • Initial Exploration Tasks
      • Initial Data Visualization
    • Data Cleaning and Transformation
      • Cleaning the Crime Dataset👮🏼
      • Cleaning the Weather Dataset🌦️
    • Data Visualization
      • Crime Rate Over Time
      • Crime Types
    • Grouping and Merging Data
    • Linear Regression
    • Impress us!
    • Internship Complete!
  • Advanced
    • Introduction
    • K-Means Clustering
      • The Clustering Model
      • Visualize the clusters
    • Impress us!
  • ✅Exercise Checklist
  • Legal Disclaimer
Powered by GitBook
On this page
  1. Exploratory Data Analysis (EDA)

Data Cleaning and Transformation

Data can come in many shapes and forms, especially when dealing with real-world datasets like crime records. In some cases, data is collected automatically, and sometimes each police station may have its own procedures for documenting incidents, which can lead to inconsistencies. This means you might need to make adjustments before the data is ready for analysis. As you’ve seen in the Discovering the Data section, there are several factors to consider when preparing your dataset. Let’s break it down step by step! The following questions will guide you through the process and help you think critically about making the data useful for your analysis.

PreviousInitial Data VisualizationNextCleaning the Crime Dataset👮🏼

Last updated 6 months ago