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
  • Beispieldaten TED-Talk Transkripte
  • Notebook Template

Was this helpful?

  1. 3 - SQL
  2. Basic SQL

Import Data

PreviousWhat is SQL?NextSelect Columns

Last updated 4 years ago

Was this helpful?

Beispieldaten TED-Talk Transkripte

Für die folgenden Artikel zur Einführung in die Grundlagen von SQL verwenden wir einen durchgängigen Datensatz. Der Datensatz beinhaltet 4 Tabellen, die unterschiedliche Informationen zu TED-Talks enthalten. Sollten TED-Talks euch nicht bekannt sein, schaut mal hier vorbei:

Notebook Template

Der Datensatz liegt in der Cloud und kann mittels des folgenden Notebooks in euren Databricks Account importiert werden. Importiert dazu zuerst das Notebook und führt anschließend den ersten Codeblock zum Importieren der Daten aus:

TED TalksTED Talks
Logo
Template - TED Talks - Databricks
Logo