SQLite

Overview

Teaching: 0 min
Exercises: 90 min
Questions
  • Data cleaning with SQLite

Objectives
  • Understand how SQLite can help cleaning data

Presentation: SQLite

SQLite


Exercise 1 : Download from GBIF.org

Instructions

Exercise 2 : Import data

Instructions

Exercise 3 : Explore data

Instructions

Exercice 4 : Discard data

Instructions

Exercice 5 : Filter data

Instructions

Exercice 6 : Annotate data

Instructions


Solutions

If needed, see the solutions page.

Key Points

  • SQL can be very useful to clean your data

  • Views are great to filter the records and fields you want to keep without changing your original data

  • Store your SQL statements under Git

  • SQL statements are easy to understand, sustainable and reusable