We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a2a44 + 7c1e55f commit 0589c05Copy full SHA for 0589c05
notebooks/00-quick_intro.ipynb
@@ -85,7 +85,18 @@
85
"The variable names are standardized by gliderpy,\n",
86
"making it easier to fetch from different data sources and comparing the results.\n",
87
"\n",
88
- "The gliderpy library can subset the data on the server side by passing a geographic bounding box and time interval."
+ "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()"
100
]
101
},
102
{
0 commit comments