GraphKey.app.modules.data_import.utils
index

 
Modules
       
tkinter.filedialog
os
pandas
tkinter

 
Functions
       
clean_cols_without_name(df)
Removes any columns in the given DataFrame that are unamed.
:return: A DataFrame with only named columns
get_col_names(df)
Gets and prints all of the column names in a DataFrame.
get_extension(import_file_path)
Splits up the given filepath into the filename and file extension.
:return: The file's extension
get_filename(import_file_path)
Splits up the given filepath into the filename and file extension.
:return: The file's filename (basename)
get_sheet_names(dictionary)
Gets and prints all of the sheet names in a dictionary of DataFrames.