Skip to content

Commit 0589c05

Browse files
authored
Merge pull request #147 from ocefpaf/summary_docs
add summary to the docs
2 parents 62a2a44 + 7c1e55f commit 0589c05

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

notebooks/00-quick_intro.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,18 @@
8585
"The variable names are standardized by gliderpy,\n",
8686
"making it easier to fetch from different data sources and comparing the results.\n",
8787
"\n",
88-
"The gliderpy library can subset the data on the server side by passing a geographic bounding box and time interval."
88+
"The gliderpy library can subset the data on the server side by passing a geographic bounding box and time interval.\n",
89+
"\n",
90+
"We can heck the glider metrics with the `.summary()` method."
91+
]
92+
},
93+
{
94+
"cell_type": "code",
95+
"execution_count": null,
96+
"metadata": {},
97+
"outputs": [],
98+
"source": [
99+
"df.summary()"
89100
]
90101
},
91102
{

0 commit comments

Comments
 (0)