Skip to content

Commit

Permalink
update ghed example
Browse files Browse the repository at this point in the history
  • Loading branch information
lpicci96 committed Nov 7, 2024
1 parent 647123e commit f99d3d1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/Importers/ghed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
"cell_type": "code",
"source": [
"ghed = bbdata.GHED() # Create a GHED importer\n",
"df = ghed.get_data() # Get the data\n",
"\n",
"df.head()"
"df = ghed.get_data() # Get the data as a dataframe"
],
"id": "cb98583390d8cdf4",
"outputs": [
Expand Down Expand Up @@ -167,6 +165,14 @@
],
"execution_count": 2
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "df.head()",
"id": "8fb175013b0e4344"
},
{
"metadata": {},
"cell_type": "markdown",
Expand Down

0 comments on commit f99d3d1

Please sign in to comment.