Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Oct 30, 2024
1 parent d2b7dab commit d32f957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks_tsqr/ExposureDetail.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
" observation_reason=observation_reason,\n",
" observation_type=observation_type,\n",
")\n",
"md(f\"The number of exposures in this filtered result is {len(df.index)}\")\n",
"df"
"md(f\"The number of exposures in this filtered result is {df.shape[0]}\")\n",
"display(df)"
]
},
{
Expand Down

0 comments on commit d32f957

Please sign in to comment.