Skip to content

Commit

Permalink
💄 document function
Browse files Browse the repository at this point in the history
  • Loading branch information
paarriagadap committed Nov 5, 2024
1 parent 5311f97 commit d73a07e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ def run(dest_dir: str) -> None:


def format_columns_and_index(tb: Table, short_name: str, index_columns: List[str]) -> Table:
print(short_name)
"""
Rename columns, format year and select the categories I need.
"""
# Rename columns.
tb = tb.rename(columns={"cty_lab": "country"})

Expand Down

0 comments on commit d73a07e

Please sign in to comment.