Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 452 Bytes

pangaeapy

This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets.

Installation

Move the file pandataset.py to a folder within your PYTHON path..

Usage

import pangaeapy.pandataset as pd
ds= pd.PanDataSet(787140)
print(ds.title)
print(ds.data.head())

Examples

Please take a look at the example Jupyter Notebooks which you can find in the 'examples' folder