mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
feat: include Binder with preset notebook & warning about notes.md
This commit is contained in:
parent
67587d6fa0
commit
4b85757daf
6 changed files with 35 additions and 12 deletions
|
|
@ -3,14 +3,20 @@
|
|||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": ["# Exercise 0: Total rows"]
|
||||
"source": [
|
||||
"# Exercise 0: Total rows\n",
|
||||
"\n",
|
||||
"Using a qsv command, get the total number of rows that are in the `fruits.csv` file."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
"source": [
|
||||
"qsv --list"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue