m8_

Addendum_func

m8_
Mar 27th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.74 KB | None | 0 0
  1. import pandas as pd  
  2. import tkinter as tk
  3. from tkinter import filedialog
  4.  
  5. ##-----------------------------------------------------------------------------------------------------##
  6. def _1_check():
  7.  
  8.     # ask user for file and read into dataframe
  9.     file_path = filedialog.askopenfilename()
  10.    
  11. ##-----------------------------------------------------------------------------------------------------##
  12. def _2_check():
  13.    
  14.     # ask user for file and read into dataframe
  15.     file_path = filedialog.askopenfilename()
  16.    
  17. ##-----------------------------------------------------------------------------------------------------##
  18. def _3_check():
  19.    
  20.     # ask user for file and read into dataframe
  21.     file_path = filedialog.askopenfilename()
Advertisement
Add Comment
Please, Sign In to add comment