Programmieren lernen
PacmanÜber mich
English
English
  • Course Outline
  • 1 - Databricks
    • Getting Started
    • Working with Notebooks
      • Adding Documentation
      • Built-In Visualizations
      • Import Data
      • Export Data
  • 2 - Introduction
    • Types of Questions
      • Finding Individual Records
      • Summarizing Data
      • Exploring Data
      • Drawing Inferences From Data
      • Predicting Information
      • Finding Causality
    • Steps in Data Analytics
    • Dimensions of Data Sets
    • Dimensions of Records
    • Dimensions of Fields
    • Data Types and Scales
  • 3 - SQL
    • Basic SQL
      • What is SQL?
      • Import Data
      • Select Columns
      • Filter Rows
      • Aggregate and Group Rows
      • Filter Aggregated Rows
      • Sort Rows
    • Advanced SQL
      • Views
      • Set Operators
      • Subqueries
      • Window Functions
      • Date and Time
      • Arrays
      • JSON
      • Statistical Analysis
    • Multiple Data Sets with SQL
    • Text with SQL
      • Search Text
      • Analyzing Words
        • Prefilter the Data
        • Clean and Normalize
        • Tokenize and Count
        • Filter Stop Words
        • POS Tagging
      • Word Pairs
      • Extract Emoticons
  • 4 - Python
    • Python for Data Analytics
      • What is Python?
    • Natural Language Processing
  • 5 - R
    • R Basics
  • 6 - Visualization
    • Why Visualize Data?
    • Data Visualization with R
    • Types of Visualizations
      • Developments and Trends
      • Distributions
    • Pitfalls in Data Visualization
  • 7 - Tableau
    • Getting Data Into Tableau
  • 8 - Spreadsheets
    • What Is A Spreadsheet?
  • Data & Exercises
    • Simpsons
    • Covid19
    • TED Talks
    • Lemonade Market Research
    • Chicago Crimes
    • Tweets of German Politicians
    • Amazon Product Reviews
    • REWE Online Products
Powered by GitBook
On this page
  • Databricks Template mit Übungsaufgaben
  • Download als CSV-Datei

Was this helpful?

  1. Data & Exercises

Covid19

PreviousSimpsonsNextTED Talks

Last updated 4 years ago

Was this helpful?

Databricks Template mit Übungsaufgaben

Das folgende Notebook enthält den Code für das automatisierte Einlesen der Daten sowie eine Reihe von Übungsaufgaben. Importiert das Notebook in euren eigenen Databricks-Account und versucht, die Übungsaufgaben direkt im Notebook zu lösen:

Download als CSV-Datei

Der Datensatz kann ich der aktuellsten Version direkt als CSV-Datei heruntergeladen werden:

Informationen zu dem Datensatz findet ihr auf der offiziellen GitHub-Seite von Our World in Data:

Als CSV-Datei herunterladen
https://s3.us-east-1.amazonaws.com/nicolas.meseth/databricks-notebooks/fallbeispiel_1_kennzahlen_zur_covid_19_pandemie.htmls3.us-east-1.amazonaws.com
https://s3.us-east-1.amazonaws.com/nicolas.meseth/databricks-notebooks/fallbeispiel_1_kennzahlen_zur_covid_19_pandemie_mit_loesungen.htmls3.us-east-1.amazonaws.com
covid-19-data/public/data at master · owid/covid-19-dataGitHub
Logo