#######################
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
*************
https://mastersign.github.io/mastersign-datascience
*************
Demonstration
*************
Take a look at the Jupyter Notebooks ``demo-*.ipynb`` for demonstration.
Raw data
{
"_id": null,
"home_page": "https://github.com/mastersign/mastersign-datascience.git",
"name": "mastersign-datascience",
"maintainer": "Tobias Kiertscher",
"docs_url": null,
"requires_python": null,
"maintainer_email": "dev@mastersign.de",
"keywords": "lib datascience",
"author": "Tobias Kiertscher",
"author_email": "dev@mastersign.de",
"download_url": "https://files.pythonhosted.org/packages/86/80/bb6246b038ebc10518e3080f5f82057c743eb970dbb89cebddb547948137/mastersign-datascience-0.3.1.tar.gz",
"platform": null,
"description": "\r\n#######################\r\nMastersign Data Science\r\n#######################\r\n\r\n High level helpers for data science in Python with Pandas.\r\n\r\n************\r\nInstallation\r\n************\r\n\r\n::\r\n\r\n\tpip install mastersign-datascience\r\n\r\nor\r\n\r\n::\r\n\r\n\tpython ./setup.py install\r\n\r\n\r\n-----------------------------\r\nPlotting on Cartographic Maps\r\n-----------------------------\r\n\r\nYou can use the library without further manual steps;\r\nbut if you want to use plotting functions which draw on a cartographic maps,\r\nlike ``scatter_map()``, you must install *Basemap* yourself.\r\nPyPI does not host a version of *Basemap* which can easily be used as a dependency.\r\nTherefore *Basemap* is not listed as a dependency in this library.\r\n\r\nOn Windows, you may install the Wheel\r\nfrom https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap .\r\nDownload the e.g. ``basemap-1.2.0-cp36-cp36m-win_amd64.whl`` and then install it\r\nwith ``pip``:\r\n\r\n::\r\n\r\n\tpip install .\\basemap-1.2.0-cp36-cp36m-win_amd64.whl\r\n\r\nOn Linux you may install *Basemap* with your distributions package manager.\r\nE.g. on Ubuntu you can use ``apt``:\r\n\r\n::\r\n\r\n\tsudo apt install python3-mpltoolkits.basemap\r\n\r\n\r\n*************\r\nDocumentation\r\n*************\r\n\r\nhttps://mastersign.github.io/mastersign-datascience\r\n\r\n*************\r\nDemonstration\r\n*************\r\n\r\nTake a look at the Jupyter Notebooks ``demo-*.ipynb`` for demonstration.\r\n\r\n",
"bugtrack_url": null,
"license": "BSD-3",
"summary": "High level helpers for data science in Python with Pandas.",
"version": "0.3.1",
"project_urls": {
"Homepage": "https://github.com/mastersign/mastersign-datascience.git"
},
"split_keywords": [
"lib",
"datascience"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "65526f4569badd4b4c6dd26f0b7c45cc0b9baa3920e50e09d43d751bcac03e62",
"md5": "5d905acd8d08899d5b0513ff69a8ae07",
"sha256": "7d407fbd27a549d9440558007ac959855ac7ab477bde46703656907d898f46dd"
},
"downloads": -1,
"filename": "mastersign_datascience-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d905acd8d08899d5b0513ff69a8ae07",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 24152,
"upload_time": "2024-08-06T10:04:22",
"upload_time_iso_8601": "2024-08-06T10:04:22.548046Z",
"url": "https://files.pythonhosted.org/packages/65/52/6f4569badd4b4c6dd26f0b7c45cc0b9baa3920e50e09d43d751bcac03e62/mastersign_datascience-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8680bb6246b038ebc10518e3080f5f82057c743eb970dbb89cebddb547948137",
"md5": "e38b8c69c3ba528f7b5973de8a3b63eb",
"sha256": "95983c76d3ccbf00af880a1f8424c699a981e611096700aef18b752894b9a989"
},
"downloads": -1,
"filename": "mastersign-datascience-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "e38b8c69c3ba528f7b5973de8a3b63eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22701,
"upload_time": "2024-08-06T10:04:24",
"upload_time_iso_8601": "2024-08-06T10:04:24.086281Z",
"url": "https://files.pythonhosted.org/packages/86/80/bb6246b038ebc10518e3080f5f82057c743eb970dbb89cebddb547948137/mastersign-datascience-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 10:04:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mastersign",
"github_project": "mastersign-datascience",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "Pandas",
"specs": [
[
">=",
"0.23"
]
]
},
{
"name": "SQLAlchemy",
"specs": [
[
">=",
"2.0"
]
]
},
{
"name": "tabulate",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "beautifulsoup4",
"specs": []
},
{
"name": "click",
"specs": [
[
">=",
"7.0"
]
]
},
{
"name": "fastparquet",
"specs": [
[
">=",
"0.3"
]
]
}
],
"lcname": "mastersign-datascience"
}