Created
October 9, 2019 13:34
-
-
Save chrishop/64fa7c7c991537a64c6f420d26b8dca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def read_data(path, useful_columns: List[str]) -> pd.DataFrame: | |
return tidy_column_names(keep_useful_columns(pd.read_excel(path, usecols=columns_to_keep))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment