Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions content/blog/anscombes-quartet/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@
"cell_type": "markdown",
"id": "787b9a61",
"metadata": {},
"source": [
"---\n",
"title: \"Seeing Beyond Statistics: Anscombe's Quartet and the Power of Graphs\"\n",
"people: [\"Jeroen Janssens\"]\n",
"date: 2024-07-02\n",
"image: ruthson-zimmerman-FVwG5OzPuzo-unsplash.jpg\n",
"image-alt: \"Hands typing on a laptop showing a data dashboard on the screen\"\n",
"software: [\"plotnine\"]\n",
"languages: [\"Python\"]\n",
"---"
]
"source": "---\ntitle: \"Seeing Beyond Statistics: Anscombe's Quartet and the Power of Graphs\"\ndescription: \"Why visualizing data matters: recreating Anscombe's Quartet with Plotnine and Polars.\"\nauto-description: true\npeople: [\"Jeroen Janssens\"]\ndate: 2024-07-02\nimage: ruthson-zimmerman-FVwG5OzPuzo-unsplash.jpg\nimage-alt: \"Hands typing on a laptop showing a data dashboard on the screen\"\nsoftware: [\"plotnine\"]\nlanguages: [\"Python\"]\n---"
},
{
"attachments": {},
Expand Down Expand Up @@ -463,4 +453,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
2 changes: 2 additions & 0 deletions content/blog/anscombes-quartet/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Seeing Beyond Statistics: Anscombe''s Quartet and the Power of Graphs'
description: "Why visualizing data matters: recreating Anscombe's Quartet with Plotnine and Polars."
auto-description: true
people:
- Jeroen Janssens
date: '2024-07-02'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 1: Getting started'
description: "Getting started teaching the tidyverse in 2020: loading packages, managing environments, and using palmerpenguins."
auto-description: true
date: '2020-07-13'
slug: teaching-the-tidyverse-in-2020-part-1-getting-started
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 1: Getting started'
description: "Getting started teaching the tidyverse in 2020: loading packages, managing environments, and using palmerpenguins."
auto-description: true
date: '2020-07-13'
slug: teaching-the-tidyverse-in-2020-part-1-getting-started
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 2: Data visualisation'
description: "Teaching data visualization in 2020: new ggplot2 features for introductory curricula."
auto-description: true
date: '2020-07-15'
slug: teaching-the-tidyverse-in-2020-part-2-data-visualisation
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 2: Data visualisation'
description: "Teaching data visualization in 2020: new ggplot2 features for introductory curricula."
auto-description: true
date: '2020-07-15'
slug: teaching-the-tidyverse-in-2020-part-2-data-visualisation
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 3: Data wrangling and tidying'
description: "Teaching data wrangling in 2020: pivot_longer/wider, across(), and rowwise() in dplyr and tidyr."
auto-description: true
date: '2020-07-17'
slug: teaching-the-tidyverse-in-2020-part-3-data-wrangling-and-tidying
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 3: Data wrangling and tidying'
description: "Teaching data wrangling in 2020: pivot_longer/wider, across(), and rowwise() in dplyr and tidyr."
auto-description: true
date: '2020-07-17'
slug: teaching-the-tidyverse-in-2020-part-3-data-wrangling-and-tidying
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 4: When to purrr?'
description: "When to use purrr? Modern tidyverse alternatives for reading multiple files and fitting models."
auto-description: true
date: '2020-07-19'
slug: teaching-the-tidyverse-in-2020-part-4-when-to-purrr
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Teaching the Tidyverse in 2020 - Part 4: When to purrr?'
description: "When to use purrr? Modern tidyverse alternatives for reading multiple files and fitting models."
auto-description: true
date: '2020-07-19'
slug: teaching-the-tidyverse-in-2020-part-4-when-to-purrr
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Spreadsheet workflows in R
description: "Translate common spreadsheet workflows—IF statements, VLOOKUP, pivot tables—into tidyverse code."
auto-description: true
date: '2020-08-17'
slug: spreadsheets-using-r
categories:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Spreadsheet workflows in R
description: "Translate common spreadsheet workflows—IF statements, VLOOKUP, pivot tables—into tidyverse code."
auto-description: true
date: '2020-08-17'
slug: spreadsheets-using-r
categories:
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/bring-your-own-df/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Great Tables is now BYODF (Bring Your Own DataFrame)
description: "Great Tables v0.5.0 makes Pandas optional—use Polars without pulling in extra dependencies."
auto-description: true
people:
- Michael Chow
date: '2024-04-24T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/bring-your-own-df/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Great Tables is now BYODF (Bring Your Own DataFrame)
description: "Great Tables v0.5.0 makes Pandas optional—use Polars without pulling in extra dependencies."
auto-description: true
people:
- Michael Chow
date: '2024-04-24'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/design-philosophy/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: The Design Philosophy of Great Tables
description: "Why tables matter: 5,000 years of table design and how Great Tables solves the modern dilemma."
auto-description: true
people:
- Rich Iannone
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/design-philosophy/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: The Design Philosophy of Great Tables
description: "Why tables matter: 5,000 years of table design and how Great Tables solves the modern dilemma."
auto-description: true
people:
- Rich Iannone
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.12.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.12.0`: Google Fonts and zebra stripes'
description: "New in Great Tables v0.12.0: Google Fonts via google_font() and zebra striping with opt_row_striping()."
auto-description: true
people:
- Rich Iannone
date: '2024-09-30T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.12.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.12.0`: Google Fonts and zebra stripes'
description: "New in Great Tables v0.12.0: Google Fonts via google_font() and zebra striping with opt_row_striping()."
auto-description: true
people:
- Rich Iannone
date: '2024-09-30'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.13.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.13.0`: Applying styles to all table locations'
description: "Great Tables v0.13.0 brings styling to all table locations via expanded loc.*() methods."
auto-description: true
people:
- Rich Iannone
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.13.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.13.0`: Applying styles to all table locations'
description: "Great Tables v0.13.0 brings styling to all table locations via expanded loc.*() methods."
auto-description: true
people:
- Rich Iannone
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.15.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.15.0`: Flags, Icons, and Other Formatting Goodies'
description: "New in Great Tables v0.15.0: country flag icons with fmt_flag(), Font Awesome icons, and accounting notation."
auto-description: true
people:
- Rich Iannone
date: '2024-12-19T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.15.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.15.0`: Flags, Icons, and Other Formatting Goodies'
description: "New in Great Tables v0.15.0: country flag icons with fmt_flag(), Font Awesome icons, and accounting notation."
auto-description: true
people:
- Rich Iannone
date: '2024-12-19'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.18.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.18.0`: Easy Column Spanners and More!'
description: "New in Great Tables v0.18.0: automatic column spanners with tab_spanner_delim(), boolean formatting, and rotated labels."
auto-description: true
people:
- Rich Iannone
date: '2025-07-18T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.18.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.18.0`: Easy Column Spanners and More!'
description: "New in Great Tables v0.18.0: automatic column spanners with tab_spanner_delim(), boolean formatting, and rotated labels."
auto-description: true
people:
- Rich Iannone
date: '2025-07-18'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.2.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.2.0`: Easy Data Coloring'
description: "New in Great Tables v0.2.0: data_color() for automatic cell coloring based on values."
auto-description: true
people:
- Rich Iannone
date: '2024-01-24T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.2.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.2.0`: Easy Data Coloring'
description: "New in Great Tables v0.2.0: data_color() for automatic cell coloring based on values."
auto-description: true
people:
- Rich Iannone
date: '2024-01-24'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.3.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.3.0`: So Many Style Options!'
description: "New in Great Tables v0.3.0: control column widths, style entire tables, and use system fonts."
auto-description: true
people:
- Rich Iannone
date: '2024-02-16T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.3.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.3.0`: So Many Style Options!'
description: "New in Great Tables v0.3.0: control column widths, style entire tables, and use system fonts."
auto-description: true
people:
- Rich Iannone
date: '2024-02-16'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.4.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.4.0`: Nanoplots and More'
description: "New in Great Tables v0.4.0: nanoplots for tiny, interactive visualizations inside table cells."
auto-description: true
people:
- Rich Iannone
date: '2024-03-19T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/introduction-0.4.0/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables `v0.4.0`: Nanoplots and More'
description: "New in Great Tables v0.4.0: nanoplots for tiny, interactive visualizations inside table cells."
auto-description: true
people:
- Rich Iannone
date: '2024-03-19'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/latex-output-tables/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: Generating LaTeX Output for PDF'
description: "Create publication-ready PDF tables by exporting Great Tables to LaTeX."
auto-description: true
people:
- Rich Iannone
date: '2024-11-13T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/latex-output-tables/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: Generating LaTeX Output for PDF'
description: "Create publication-ready PDF tables by exporting Great Tables to LaTeX."
auto-description: true
people:
- Rich Iannone
date: '2024-11-13'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/locbody-mask/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Style Table Body with `mask=` in `loc.body()`
description: "Style table cells conditionally using Polars expressions with loc.body(mask=)."
auto-description: true
people:
- Jerry Wu
date: '2025-01-24T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/locbody-mask/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Style Table Body with `mask=` in `loc.body()`
description: "Style table cells conditionally using Polars expressions with loc.body(mask=)."
auto-description: true
people:
- Jerry Wu
date: '2025-01-24'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/marimo-and-great-tables/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Great Tables + marimo = Interactive Tables
description: "Make your Great Tables interactive with marimo's reactive widgets."
auto-description: true
date: '2025-06-24T00:00:00.000Z'
people:
- Rich Iannone
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/marimo-and-great-tables/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Great Tables + marimo = Interactive Tables
description: "Make your Great Tables interactive with marimo's reactive widgets."
auto-description: true
date: '2025-06-24'
people:
- Rich Iannone
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/open-transit-tools/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Contributing to Public Transit Data Analysis and Tooling
description: "Working on transit data? Let's collaborate on open source tools and standards."
auto-description: true
date: '2024-12-19T00:00:00.000Z'
people:
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/open-transit-tools/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Contributing to Public Transit Data Analysis and Tooling
description: "Working on transit data? Let's collaborate on open source tools and standards."
auto-description: true
date: '2024-12-19'
people:
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/plots-in-tables/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Adding Plots to Great Tables
description: "Add sparklines and small charts to your Great Tables using svg.py, HTML, or plotnine."
auto-description: true
people:
- Jules Walzer-Goldfeld
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/plots-in-tables/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Adding Plots to Great Tables
description: "Add sparklines and small charts to your Great Tables using svg.py, HTML, or plotnine."
auto-description: true
people:
- Jules Walzer-Goldfeld
- Michael Chow
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/pointblank-intro/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: How We Used Great Tables to Supercharge Reporting in Pointblank
description: "See how Great Tables powers Pointblank's beautiful, shareable validation reports."
auto-description: true
people:
- Rich Iannone
date: '2025-02-11T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/pointblank-intro/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: How We Used Great Tables to Supercharge Reporting in Pointblank
description: "See how Great Tables powers Pointblank's beautiful, shareable validation reports."
auto-description: true
people:
- Rich Iannone
date: '2025-02-11'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/polars-dot-style/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: Becoming the Polars `.style` Property'
description: "How Great Tables became Polars' DataFrame.style—a look at open source collaboration."
auto-description: true
people:
- Michael Chow
date: '2025-04-16T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/polars-dot-style/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: Becoming the Polars `.style` Property'
description: "How Great Tables became Polars' DataFrame.style—a look at open source collaboration."
auto-description: true
people:
- Michael Chow
date: '2025-04-16'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/polars-styling/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: The Polars DataFrame Styler of Your Dreams'
description: "Style Polars DataFrames for presentation using Great Tables and Polars expressions."
auto-description: true
people:
- Michael Chow
date: '2024-01-08T00:00:00.000Z'
Expand Down
2 changes: 2 additions & 0 deletions content/blog/great-tables/polars-styling/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'Great Tables: The Polars DataFrame Styler of Your Dreams'
description: "Style Polars DataFrames for presentation using Great Tables and Polars expressions."
auto-description: true
people:
- Michael Chow
date: '2024-01-08'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: 'PyCon 2024: Making Beautiful, Publication Quality Tables is Possible in 2024'
description: "Watch our PyCon 2024 talk on building publication-quality tables with Great Tables."
auto-description: true
date: '2024-05-16T00:00:00.000Z'
people:
- Michael Chow
Expand Down
Loading
Loading