Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Feb 23, 2024
1 parent d393ca2 commit fac5543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/02_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,11 @@
"outputs": [],
"source": [
"import polars as pl\n",
"\n",
"# add a new column to df_synth_predictors to simulate a new predictor measured at the same time\n",
"df_synth_predictors = df_synth_predictors.with_columns(\n",
" new_predictor=pl.Series(np.random.rand(df_synth_predictors.shape[0]))\n",
") "
")"
]
},
{
Expand Down

0 comments on commit fac5543

Please sign in to comment.