Skip to content

Instantly share code, notes, and snippets.

@lewiuberg
Created December 28, 2020 10:10
Show Gist options
  • Save lewiuberg/11885533d1323cef9ee6f3f54c5428c3 to your computer and use it in GitHub Desktop.
Save lewiuberg/11885533d1323cef9ee6f3f54c5428c3 to your computer and use it in GitHub Desktop.
Active Airport code 04
df = replace_df_ax_name(df, "Passengers ", "", 1)
df = replace_df_ax_name(df, "M", "-", 1)
df = replace_df_ax_name(df, "-", "d_to_datetime", 1)
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment