Some utils to do data science in python. No warranties.
Modules:
-
Utils and own functions that do not warrant a PR for the main holoviews library, or where the PR is not merged yet but I'm already using it. You may want to check out my PyViz recipes too.
-
Arithmetic with datetime columns, snap data ranges to specific dates, translate dataframe with lat/lon into geodataframe, ...
-
Work with geographic data: nearest neighbour searches, ...
-
Reading in .mat files I occasionally get from those collaborators who still use matlab
-
from utils.standard_imports import *
. A bunch of earth/data science standard imports, suppressing possibleImportError
s. This is to avoid boilerplate code when quickly checking something in a new project and not meant to replace a serious preamble in the long run.