Core Modules#
powerplantmatching.core Module#
Created on Tue Jul 16 15:47:46 2019
@author: fabian
Functions#
|
Return an absolute path. |
|
Returns the directory component of a pathname |
|
Test whether a path exists. |
|
Expand ~ and ~user constructions. |
|
Import the default configuration file and update custom settings. |
|
|
|
Return true if the pathname refers to an existing directory. |
|
Join two or more pathname components, inserting '/' as needed. |
|
Super-mkdir; create a leaf directory and all intermediate ones. |
powerplantmatching.duke Module#
Functions#
Returns the same pandas.Dataframe with an additional column "Geoposition" which concats the latitude and longitude of the powerplant in a string |
|
|
Run duke in different modes (Deduplication or Record Linkage Mode) to either locate duplicates in one database or find the similar entries in two different datasets. |
powerplantmatching.accessor Module#
Created on Tue Jul 16 18:09:56 2019
@author: fabian
Classes#
|
Accessor object for DataFrames created with powerplantmatching. |