Namespace: data

vef.data

A super module that collects available sub-modules.
Source:

Classes

CsvLoader
DataFrame
DataLoader
DatasetDescription
DwsLoader
PangaeaDatasetDescription
StaLoader
Statistics

Namespaces

dasf

Members

(static, constant) DWS_DEFAULT_URL

The default URL for accessing the DWS (Data Web Service) API. *
Source:

Methods

(static) filterDataFrame(dataFrame, colName, value) → {DataFrame}

Filter a DataFrame by a matching column and value
Parameters:
Name Type Description
dataFrame DataFrame
colName string
value *
Source:
Returns:
filtered dataFrame
Type
DataFrame