Skip to content

Commit

Permalink
Merge pull request #2637 from palewire/patch-13
Browse files Browse the repository at this point in the history
Move window rank technique to line charts section
  • Loading branch information
mattijn authored Jul 2, 2022
2 parents 4d7f5c8 + 87ae4d8 commit fdd4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/examples/window_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fdd4b20

Please sign in to comment.