Mastersign Data Science
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.
Release files for mastersign-datascience 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mastersign-datascience-0.1.6.tar.gz | 15.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mastersign_datascience-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.8 kB
Release files / mastersign-datascience-0.1.6.tar.gz
| Download URL | mastersign-datascience-0.1.6.tar.gz |
|---|---|
| Size | 15.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7076d04b1480be1576bc1794a78c0d1d212502c40f86f42ae58e02d99213515
|
|
BLAKE2b-256 checksum How to use checksums |
f0ed88061bea3fd3e414f97728bb7520ec6ac5173fd55da9c2a39291d2ea9362
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|
Release files / mastersign_datascience-0.1.6-py3-none-any.whl
| Download URL | mastersign_datascience-0.1.6-py3-none-any.whl |
|---|---|
| Size | 19.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0b22b01153b95d6b7717eaf53621a139440417e2082e512d7b442f4876b23ce
|
|
BLAKE2b-256 checksum How to use checksums |
6cc4ed2bc7e5b8cb053fa372a0cd5e435891a7fb6746655ed2d6362316f0f944
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|