Skip to content

Commit 78e4921

Browse files
committed
Reformat code
1 parent 4e9fb8d commit 78e4921

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: source-code/polars/patient_data.ipynb

+5-2
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,10 @@
357357
}
358358
],
359359
"source": [
360-
"experiment_data.group_by('patient', maintain_order=True).agg(pl.col('patient').count().alias('count'))"
360+
"experiment_data.group_by(\n",
361+
" 'patient',\n",
362+
" maintain_order=True\n",
363+
").agg(pl.col('patient').count().alias('count'))"
361364
]
362365
},
363366
{
@@ -2195,7 +2198,7 @@
21952198
"name": "python",
21962199
"nbconvert_exporter": "python",
21972200
"pygments_lexer": "ipython3",
2198-
"version": "3.12.5"
2201+
"version": "3.12.7"
21992202
}
22002203
},
22012204
"nbformat": 4,

0 commit comments

Comments
 (0)