{ "cells": [ { "cell_type": "markdown", "id": "8cb9918e", "metadata": {}, "source": [ "# Install and using itables\n", "\n", "[itables](https://github.com/mwouts/itables) renders your pandas dataframes as interactive datatables. If it's interactive, sign me up!\n", "\n", "## Installing itables\n", "\n", "Installing itables is simple:\n", "\n", "```bash\n", "pip install itables\n", "```\n", "\n", "Done!" ] }, { "cell_type": "markdown", "id": "03aa7049", "metadata": {}, "source": [ "## How to display, search and sort with itables\n", "\n", "Using itables to display and sort your data makes life easy. All you need to do is run `itables.show` and feed it your dataframe!\n", "\n", "A fun bonus compared to other similar libraries is the **Search** functionality." ] }, { "cell_type": "code", "execution_count": 1, "id": "64ead4c5", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "
Country | \n", "Continent | \n", "GDP_per_capita | \n", "life_expectancy | \n", "Population | \n", "
---|---|---|---|---|
Loading... (need help?) |