Skip to content

Miscellaneous utilities for the python data and visualization universe

License

Notifications You must be signed in to change notification settings

LAWTIDEBOY/python-data-science-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some utils to do data science in python. No warranties.

Modules:

  • holoviews

    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.

  • xarray

  • pandas

    Arithmetic with datetime columns, snap data ranges to specific dates, translate dataframe with lat/lon into geodataframe, ...

  • geometry

    Work with geographic data: nearest neighbour searches, ...

  • matplotlib

  • matlab

    Reading in .mat files I occasionally get from those collaborators who still use matlab

  • Standard Imports

    from utils.standard_imports import *. A bunch of earth/data science standard imports, suppressing possible ImportErrors. 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.

About

Miscellaneous utilities for the python data and visualization universe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%