<!-- Automatically generated, uses README.qmd to modify README.md -->
# `mpljourney`
A collection of cool datasets for Python.
Those datasets are primarly used for
[matplotlib-journey.com](https://www.matplotlib-journey.com/), an online
course to master data visualization with Python, but anyone can use
those datasets too.
> Note that `mpljourney` does not embed datasets directly with it, but
> fetches them from a [separate
> repo](https://github.com/JosephBARBIERDARNAL/data-matplotlib-journey).
<br>
To load of one the available datasets:
``` python
from mpljourney import load_dataset
df = load_dataset("accident-london")
```
By default it loads it as a `pandas` dataframe, but it can also be any
of: "polars", "cudf", "pyarrow", "modin", assuming you have the
associated library installed on your machine:
``` python
from mpljourney import load_dataset
df = load_dataset("accident-london", output_format="polars")
```
<br>
Install with:
``` shell
pip install mpljourney
```
<br><br>
## All datasets
## accident-london

## CO2

## earthquakes

## economic

## footprint

## game-sales

## london
'london' is a geo dataset. The `geometry` column is hidden here to make
the table snippet readable.

## mariokart

## natural-disasters

## netflix

## newyork-airbnb

## newyork
'newyork' is a geo dataset. The `geometry` column is hidden here to make
the table snippet readable.

## storms

## ufo

## us-counties
'us-counties' is a geo dataset. The `geometry` column is hidden here to
make the table snippet readable.

## walks

## wine

## world
'world' is a geo dataset. The `geometry` column is hidden here to make
the table snippet readable.

Raw data
{
"_id": null,
"home_page": null,
"name": "mpljourney",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "datasets, data, exploration, matplotlib, journey, visualization, analysis",
"author": null,
"author_email": "Joseph Barbier <joseph.barbierdarnal@mail.com>",
"download_url": "https://files.pythonhosted.org/packages/9b/18/5e59e00c371b98a10c0c5818f642f78ff01ab437f058aba409e7f2970f1b/mpljourney-0.1.0.tar.gz",
"platform": null,
"description": "\n\n<!-- Automatically generated, uses README.qmd to modify README.md -->\n\n# `mpljourney`\n\nA collection of cool datasets for Python.\n\nThose datasets are primarly used for\n[matplotlib-journey.com](https://www.matplotlib-journey.com/), an online\ncourse to master data visualization with Python, but anyone can use\nthose datasets too.\n\n> Note that `mpljourney` does not embed datasets directly with it, but\n> fetches them from a [separate\n> repo](https://github.com/JosephBARBIERDARNAL/data-matplotlib-journey).\n\n<br>\n\nTo load of one the available datasets:\n\n``` python\nfrom mpljourney import load_dataset\n\ndf = load_dataset(\"accident-london\")\n```\n\nBy default it loads it as a `pandas` dataframe, but it can also be any\nof: \"polars\", \"cudf\", \"pyarrow\", \"modin\", assuming you have the\nassociated library installed on your machine:\n\n``` python\nfrom mpljourney import load_dataset\n\ndf = load_dataset(\"accident-london\", output_format=\"polars\")\n```\n\n<br>\n\nInstall with:\n\n``` shell\npip install mpljourney\n```\n\n<br><br>\n\n## All datasets\n\n## accident-london\n\n\n\n## CO2\n\n\n\n## earthquakes\n\n\n\n## economic\n\n\n\n## footprint\n\n\n\n## game-sales\n\n\n\n## london\n\n'london' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n\n\n## mariokart\n\n\n\n## natural-disasters\n\n\n\n## netflix\n\n\n\n## newyork-airbnb\n\n\n\n## newyork\n\n'newyork' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n\n\n## storms\n\n\n\n## ufo\n\n\n\n## us-counties\n\n'us-counties' is a geo dataset. The `geometry` column is hidden here to\nmake the table snippet readable.\n\n\n\n## walks\n\n\n\n## wine\n\n\n\n## world\n\n'world' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of cool datasets for Python.",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://github.com/JosephBARBIERDARNAL/mpljourney",
"Homepage": "https://github.com/JosephBARBIERDARNAL/mpljourney",
"Issues": "https://github.com/JosephBARBIERDARNAL/mpljourney/issues",
"Repository": "https://github.com/JosephBARBIERDARNAL/mpljourney"
},
"split_keywords": [
"datasets",
" data",
" exploration",
" matplotlib",
" journey",
" visualization",
" analysis"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f6cd00408b8b97fed5ee21f9d5c7d36e3a7f66ef4671ccbf0e1d301312202f3f",
"md5": "493bfd4e0a4627e716a0c7601d0efd7e",
"sha256": "3fed6856d02831a3704548a59e25bfb2544edac2d97b55325c0e076dc162366e"
},
"downloads": -1,
"filename": "mpljourney-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "493bfd4e0a4627e716a0c7601d0efd7e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4412,
"upload_time": "2025-07-13T07:50:51",
"upload_time_iso_8601": "2025-07-13T07:50:51.912013Z",
"url": "https://files.pythonhosted.org/packages/f6/cd/00408b8b97fed5ee21f9d5c7d36e3a7f66ef4671ccbf0e1d301312202f3f/mpljourney-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b185e59e00c371b98a10c0c5818f642f78ff01ab437f058aba409e7f2970f1b",
"md5": "4875a008a59b2edf9bf4d13b95152c83",
"sha256": "1d7cdc7cd34290f03d469f419018636d0191ed34919c7adc10d3494799f360e3"
},
"downloads": -1,
"filename": "mpljourney-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4875a008a59b2edf9bf4d13b95152c83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 490667,
"upload_time": "2025-07-13T07:50:52",
"upload_time_iso_8601": "2025-07-13T07:50:52.891615Z",
"url": "https://files.pythonhosted.org/packages/9b/18/5e59e00c371b98a10c0c5818f642f78ff01ab437f058aba409e7f2970f1b/mpljourney-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-13 07:50:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JosephBARBIERDARNAL",
"github_project": "mpljourney",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mpljourney"
}