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
- Host: GitHub
- URL: https://github.com/poplarshift/python-data-science-utils
- Owner: poplarShift
- License: gpl-3.0
- Created: 2019-06-17T22:44:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T11:16:54.000Z (11 months ago)
- Last Synced: 2025-03-25T05:35:13.215Z (about 2 months ago)
- Topics: bokeh, holoviews, matplotlib, pandas, xarray
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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