From 92bcec34cce00980b89f574aaec343c8167c56c6 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 5 Jan 2023 10:09:21 +0800 Subject: [PATCH] Add some docstrings back --- pygmt/datasets/samples.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmt/datasets/samples.py b/pygmt/datasets/samples.py index e337edc6339..52013c0ee8a 100644 --- a/pygmt/datasets/samples.py +++ b/pygmt/datasets/samples.py @@ -99,6 +99,8 @@ def _load_japan_quakes(): """ Load a table of earthquakes around Japan as a pandas.DataFrame. + Data is from the NOAA NGDC database. + Returns ------- data : pandas.DataFrame