Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pandas as pd
- import tkinter as tk
- from tkinter import filedialog
- ##-----------------------------------------------------------------------------------------------------##
- def _1_check():
- # ask user for file and read into dataframe
- file_path = filedialog.askopenfilename()
- ##-----------------------------------------------------------------------------------------------------##
- def _2_check():
- # ask user for file and read into dataframe
- file_path = filedialog.askopenfilename()
- ##-----------------------------------------------------------------------------------------------------##
- def _3_check():
- # ask user for file and read into dataframe
- file_path = filedialog.askopenfilename()
Advertisement
Add Comment
Please, Sign In to add comment