mpljourney


Namempljourney JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA collection of cool datasets for Python.
upload_time2025-07-13 07:50:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords datasets data exploration matplotlib journey visualization analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<!-- 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

![](img/accident-london.png)

## CO2

![](img/CO2.png)

## earthquakes

![](img/earthquakes.png)

## economic

![](img/economic.png)

## footprint

![](img/footprint.png)

## game-sales

![](img/game-sales.png)

## london

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

![](img/london.png)

## mariokart

![](img/mariokart.png)

## natural-disasters

![](img/natural-disasters.png)

## netflix

![](img/netflix.png)

## newyork-airbnb

![](img/newyork-airbnb.png)

## newyork

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

![](img/newyork.png)

## storms

![](img/storms.png)

## ufo

![](img/ufo.png)

## us-counties

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

![](img/us-counties.png)

## walks

![](img/walks.png)

## wine

![](img/wine.png)

## world

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

![](img/world.png)

            

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![](img/accident-london.png)\n\n## CO2\n\n![](img/CO2.png)\n\n## earthquakes\n\n![](img/earthquakes.png)\n\n## economic\n\n![](img/economic.png)\n\n## footprint\n\n![](img/footprint.png)\n\n## game-sales\n\n![](img/game-sales.png)\n\n## london\n\n'london' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n![](img/london.png)\n\n## mariokart\n\n![](img/mariokart.png)\n\n## natural-disasters\n\n![](img/natural-disasters.png)\n\n## netflix\n\n![](img/netflix.png)\n\n## newyork-airbnb\n\n![](img/newyork-airbnb.png)\n\n## newyork\n\n'newyork' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n![](img/newyork.png)\n\n## storms\n\n![](img/storms.png)\n\n## ufo\n\n![](img/ufo.png)\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![](img/us-counties.png)\n\n## walks\n\n![](img/walks.png)\n\n## wine\n\n![](img/wine.png)\n\n## world\n\n'world' is a geo dataset. The `geometry` column is hidden here to make\nthe table snippet readable.\n\n![](img/world.png)\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"
}
        
Elapsed time: 0.44020s