High level helpers for data science in Python with Pandas.
Project description
High level helpers for data science in Python with Pandas.
Installation
pip install mastersign-datascience
or
python ./setup.py install
Plotting on Cartographic Maps
You can use the library without further manual steps; but if you want to use plotting functions which draw on a cartographic maps, like scatter_map(), you must install Basemap yourself. PyPI does not host a version of Basemap which can easily be used as a dependency. Therefore Basemap is not listed as a dependency in this library.
On Windows, you may install the Wheel from https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap . Download the e.g. basemap‑1.2.0‑cp36‑cp36m‑win_amd64.whl and then install it with pip:
pip install .\basemap‑1.2.0‑cp36‑cp36m‑win_amd64.whl
On Linux you may install Basemap with your distributions package manager. E.g. on Ubuntu you can use apt:
sudo apt install python3-mpltoolkits.basemap
Documentation
Demonstration
Take a look at the Jupyter Notebooks demo-*.ipynb for demonstration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mastersign-datascience-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 813d1e5bb541a1210b28ecb704a539a4ec4223168ee0e7b8e4f07e8dedbd0467 |
|
MD5 | 92c72af8b44de7628b271d690b79ae2a |
|
BLAKE2b-256 | 38fa30a06714e3c010c5516f8598aab69c6e9c580108089ce11c4139484686b9 |
Hashes for mastersign_datascience-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 737436cc617eecb837bf9c35627b4fecb14722bb509167debc33c7ba34ba5d19 |
|
MD5 | b4e2bf3de97537d3f883fc0981349fc5 |
|
BLAKE2b-256 | 2678068f4b016974af5584a71e3578a691dbba5b9c3edab3c067fb1b77a83c22 |