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.1.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3947956955a5aebbab57ba03020e4819ffcdce1aac9992ecc8668d68d14bf6e7 |
|
MD5 | e66cd5f24b5d9da9742294311a3fbce6 |
|
BLAKE2b-256 | 0bb55c9c49df1fdb1cc06c8b57632ebab8f970f5c0393198e14b246fece778c5 |
Hashes for mastersign_datascience-0.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ea59eb28e662d70d01889c6c85e1b2df174fa0a8290c7343c79b666019f3d96 |
|
MD5 | b9d9d01cb9b7254ff324796075eae07e |
|
BLAKE2b-256 | cbe1579c65979b68a1414009704df509cc3d4593051e59fe569d35960276af44 |