Skip to content

Commit 480ecb8

Browse files
add Universal Sets
1 parent 121ecdf commit 480ecb8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

book/50-queries/005-fetch.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# `fetch`\n",
7+
"# Fetch\n",
8+
"\n",
9+
"(AI-generated template. Work in progress.)\n",
810
"\n",
911
"The `fetch` and `fetch1` commands in DataJoint are essential tools for retrieving data from tables. These commands allow users to query data in a structured and efficient manner, supporting both single-row and multi-row results. Understanding their usage is critical for navigating and utilizing your DataJoint pipeline effectively.\n",
1012
"\n",
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Universal Sets\n",
8+
"\n",
9+
"Several types of queries require an additional construct, which we describe as the *Universal Set*, which is constructed using the `dj.U` class."
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": []
16+
}
17+
],
18+
"metadata": {
19+
"language_info": {
20+
"name": "python"
21+
}
22+
},
23+
"nbformat": 4,
24+
"nbformat_minor": 2
25+
}

0 commit comments

Comments
 (0)