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.2.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3029868077fafc8fe8c4647eb4d954ba260cf34ed0fb07c984c19cc14d9012f |
|
MD5 | 405b7205240543367727d2f45625f250 |
|
BLAKE2b-256 | 16a675243a2f6d2d2e68a08311b445f62b65eea1ee93772ed4539c6475d2bb0f |
Hashes for mastersign_datascience-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76093f0a89240f142aba88424b2b681797f4b82dc6dd065063dda839284e0e7f |
|
MD5 | b14c793d48738c131e34c00b26e40452 |
|
BLAKE2b-256 | 43fd649d5175e09c721c67c571a46be15d7f5f25191475d5f3283718add4907b |