sql-ecology-lesson icon indicating copy to clipboard operation
sql-ecology-lesson copied to clipboard

Data Management with SQL for Ecologists

Results 48 sql-ecology-lesson issues
Sort by recently updated
recently updated
newest added

I'm interested in how people have taught the first episode of this lesson and how it's gone. Does the order make sense? Are learners bored out of their minds? What...

type:discussion

I suggest to split the **COUNT and GROUP BY** section. When I did the lesson, I was a confused because there is `GROUP BY` in the title, and the first...

type:enhancement

In 03-sql-joins, I am confused by the inclusion of the the challenge within the JOINING episode: > Count the number of records in the surveys table that have a NULL...

type:enhancement

https://twitter.com/b0rk/status/1179449535938076673?s=21 Might be a good comic to reference depending on the license.

type:enhancement

1. **Suggestion to change** > In particular, we want to use a tool where it’s easy to repeat our analysis in case our data changes. into > In particular, we...

help wanted
type:enhancement
good first issue

In episode 02, the section introducing HAVING starts using COUNT(species_id) instead of COUNT( * ), but the distinction between those two forms (how they treat NULL) is only explained later...

help wanted
good first issue

This is referring to the material in Episode 3 (https://datacarpentry.org/sql-ecology-lesson/03-sql-joins/index.html). In my experience with SQL it seems that the logical progression to introduce JOINs is to first introduce SELECT statements...

type:discussion

It would be helpful to add a quick description of some of the statements used. Mainly the select statement since I know when I first started I had concerns on...

help wanted
good first issue

In the **Getting started** box, I suggest to reorganize the sentences a bit to fluidify the text: # Prerequisites This lesson requires a working copy of **DB Browser for SQLite...

help wanted
good first issue

When learning to write my first queries, I was missing a couple of information, which are given in later. 1. **The ";"** I would be good to explain what is...

help wanted