This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets.
Move the file pandataset.py to a folder within your PYTHON path..
import pangaeapy.pandataset as pd
ds= pd.PanDataSet(787140)
print(ds.title)
print(ds.data.head())
Please take a look at the example Jupyter Notebooks which you can find in the 'examples' folder