We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9fb8d commit 78e4921Copy full SHA for 78e4921
source-code/polars/patient_data.ipynb
@@ -357,7 +357,10 @@
357
}
358
],
359
"source": [
360
- "experiment_data.group_by('patient', maintain_order=True).agg(pl.col('patient').count().alias('count'))"
+ "experiment_data.group_by(\n",
361
+ " 'patient',\n",
362
+ " maintain_order=True\n",
363
+ ").agg(pl.col('patient').count().alias('count'))"
364
]
365
},
366
{
@@ -2195,7 +2198,7 @@
2195
2198
"name": "python",
2196
2199
"nbconvert_exporter": "python",
2197
2200
"pygments_lexer": "ipython3",
- "version": "3.12.5"
2201
+ "version": "3.12.7"
2202
2203
2204
"nbformat": 4,
0 commit comments