Skip to content

Commit ac75f05

Browse files
committed
docs wip
1 parent 965b430 commit ac75f05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/loading_data/loading_trials_data.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"cell_type": "markdown",
4747
"source": [
48-
"## Loading a session's trials\n",
48+
"## Loading a single session's trials\n",
4949
"\n",
5050
"If you want to load the trials data for a single session, we recommend you use the `SessionLoader`:"
5151
],
@@ -115,8 +115,9 @@
115115
"metadata": {},
116116
"source": [
117117
"## Loading all the sessions' trials for a single subject at once\n",
118-
"This loads all trials data for a given subject (all session trials concatenated) into a DataFrame.\n",
119-
"The subjectTraining table contains the training statuses."
118+
"If you want to study several sessions for a single subject, we recommend you use the `one.load_aggregate` method rather than downloading each trials data individually per session.\n",
119+
"This methods loads all the trials data `subjectTrials` for a given subject into a single DataFrame (i.e. all session trials are concatenated).\n",
120+
"You can use the same method to load the `subjectTraining` table, which contains the training statuses."
120121
]
121122
},
122123
{

0 commit comments

Comments
 (0)