|
6 | 6 | "source": [
|
7 | 7 | "**A high-level plotting API for the PyData ecosystem built on HoloViews.**\n",
|
8 | 8 | "\n",
|
| 9 | + "<img src=\"./assets/diagram.png\" style=\"display: table; margin: 0 auto;\" width=\"50%\"></img>\n", |
| 10 | + "\n", |
9 | 11 | "The PyData ecosystem has a number of core Python data containers that allow users to work with a wide array of datatypes, including:\n",
|
10 | 12 | "\n",
|
11 |
| - "* [Pandas](http://pandas.pydata.org): DataFrame, Series (columnar/tabular data)\n", |
12 |
| - "* [XArray](http://xarray.pydata.org): Dataset, DataArray (labelled multidimensional arrays)\n", |
13 |
| - "* [Dask](http://dask.pydata.org): DataFrame, Series (distributed/out of core arrays and columnar data)\n", |
14 |
| - "* [Streamz](http://streamz.readthedocs.io): DataFrame(s), Series(s) (streaming columnar data)\n", |
15 |
| - "* [Intake](http://github.com/ContinuumIO/intake): DataSource (data catalogues)\n", |
16 |
| - "* [GeoPandas](http://geopandas.org): GeoDataFrame (geometry data)\n", |
| 13 | + "* [Pandas](https://pandas.pydata.org): DataFrame, Series (columnar/tabular data)\n", |
| 14 | + "* [Rapids cuDF](https://docs.rapids.ai/api/cudf/stable/): GPU DataFrame, Series (columnar/tabular data)\n", |
| 15 | + "* [Dask](https://dask.pydata.org): DataFrame, Series (distributed/out of core arrays and columnar data)\n", |
| 16 | + "* [XArray](https://xarray.pydata.org): Dataset, DataArray (labelled multidimensional arrays)\n", |
| 17 | + "* [Streamz](https://streamz.readthedocs.io): DataFrame(s), Series(s) (streaming columnar data)\n", |
| 18 | + "* [Intake](https://github.com/ContinuumIO/intake): DataSource (data catalogues)\n", |
| 19 | + "* [GeoPandas](https://geopandas.org): GeoDataFrame (geometry data)\n", |
17 | 20 | "* [NetworkX](https://networkx.github.io/documentation/stable/): Graph (network graphs)\n",
|
18 | 21 | "\n",
|
19 | 22 | "Several of these libraries have the concept of a high-level plotting API that lets a user generate common plot types very easily. The native plotting APIs are generally built on [Matplotlib](http://matplotlib.org), which provides a solid foundation, but it means that users miss out on the benefits of modern, interactive plotting libraries for the web like [Bokeh](http://bokeh.pydata.org) and [HoloViews](http://holoviews.org).\n",
|
|
0 commit comments