An open API service indexing awesome lists of open source software.

https://github.com/poplarshift/python-data-science-utils

Miscellaneous utilities for the python data and visualization universe
https://github.com/poplarshift/python-data-science-utils

bokeh holoviews matplotlib pandas xarray

Last synced: about 1 month ago
JSON representation

Miscellaneous utilities for the python data and visualization universe

Awesome Lists containing this project

README

        

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

Modules:
- [holoviews](utils/holoviews/)

Utils and own functions that do not warrant a PR for the [main holoviews library](https://github.com/pyviz/holoviews), or where the PR is not merged yet but I'm already using it.
You may want to check out my [PyViz recipes](https://github.com/poplarShift/pyviz-recipes) too.

- [xarray](utils/xarray.py)

- [pandas](utils/pandas.py)

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

- [geometry](utils/geometry.py)

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

- [matplotlib](utils/mpl.py)

- [matlab](utils/matlab.py)

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