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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 928e0e380fb5525589f0aa927ea9fadf0f1d47199ff7cbc088e2b63bfa583a4d |
|
MD5 | 2cda731adbb20f0076b1c8f242b5cc93 |
|
BLAKE2b-256 | 84d26c3076b05ead140b9fba641339900318e80f46f18e9a3c8f9e36c64a5266 |
Hashes for mastersign_datascience-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f64e58b05a9919224d1d65ee36f29ffa1cbed029177c5224ce9cb949f20e0eb8 |
|
MD5 | af6d2432f6e13da611327a1fb342f3e8 |
|
BLAKE2b-256 | 4860ce20b6dfe25a92033589d3f818b7acdd83df24fd5cbc44c7764b448aae69 |