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
File details
Details for the file mastersign-datascience-0.3.1.tar.gz
.
File metadata
- Download URL: mastersign-datascience-0.3.1.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95983c76d3ccbf00af880a1f8424c699a981e611096700aef18b752894b9a989 |
|
MD5 | e38b8c69c3ba528f7b5973de8a3b63eb |
|
BLAKE2b-256 | 8680bb6246b038ebc10518e3080f5f82057c743eb970dbb89cebddb547948137 |
File details
Details for the file mastersign_datascience-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: mastersign_datascience-0.3.1-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d407fbd27a549d9440558007ac959855ac7ab477bde46703656907d898f46dd |
|
MD5 | 5d905acd8d08899d5b0513ff69a8ae07 |
|
BLAKE2b-256 | 65526f4569badd4b4c6dd26f0b7c45cc0b9baa3920e50e09d43d751bcac03e62 |