Skip to content
#

data-carpentry

Here are 64 public repositories matching this topic...

baeolophus
baeolophus commented Jan 22, 2019

I suggest either adding a short code piece to use the rename() function to change the column "genus" to "genera" (thus alerting the learners to their relationship here, while adding a new function) or changing the column name in the original dataset. Otherwise, I've found that using the correct plural for genus confuses learners who are not biologists. Although it's the R ecology lesson and one

caesoma
caesoma commented Feb 7, 2020

In episode 3 (https://datacarpentry.org/python-ecology-lesson/03-index-slice-subset/index.html, actually listed as 4. in https://datacarpentry.org/python-ecology-lesson/ ), the distinction between .iloc method for accessing entries by position and .loc to access them by identifier is made, but a third possibility is shown with surveys_df[0:3], which accesses the indices by position.

That

SebastianMosidi
SebastianMosidi commented Aug 24, 2020

What is SQL
SQL stands for Structured Query Language. SQL allows us to interact with relational databases through queries. These queries can allow you to perform a number of actions such as: insert, update and delete information in a database.

can we edit it to the following

These queries can allow you to perform a number of actions such as: insert, select, update and delete information in

sharynys
sharynys commented Mar 4, 2020

It is probably worth pre-emptively answering, in the Introduction, a question researchers often ask ... Is my data safe or is it being copied or uploaded? This is almost answered (indirectly) in the "Before we get started" section, but I'd highlight it as a "Feature".

This will remind novice users to be aware of where their data is going (which can be confusing in these days of xAAS), while re

Improve this page

Add a description, image, and links to the data-carpentry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-carpentry topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.