Skip to content

Commit 3243e07

Browse files
Update pygmt/datasets/samples.py
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 6c50088 commit 3243e07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pygmt/datasets/samples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ def load_mars_shape():
166166
Returns
167167
-------
168168
data : pandas.DataFrame
169-
The data table. Use ``print(data.describe())`` to see the available
170-
columns.
169+
The data table with columns "longitude", "latitude", and "radius(m)".
171170
"""
172171
fname = which("@mars370d.txt", download="c")
173172
data = pd.read_csv(fname, sep="\t", header=None, names=["lon", "lat", "radius(m)"])

0 commit comments

Comments
 (0)