diff --git a/altair/examples/window_rank.py b/altair/examples/window_rank.py index d362d40f8..1e33fac06 100644 --- a/altair/examples/window_rank.py +++ b/altair/examples/window_rank.py @@ -4,7 +4,7 @@ This example shows the Group F rankings in the 2018 World Cup after each matchday. A window transformation is used to rank each after each match day, sorting by points and difference. """ -# category: case studies +# category: line charts import altair as alt import pandas as pd