Skip to content

Instantly share code, notes, and snippets.

@SudhenduP
Created June 20, 2020 05:27
Show Gist options
  • Save SudhenduP/75d6c32f3dc1846545ec717c65103d85 to your computer and use it in GitHub Desktop.
Save SudhenduP/75d6c32f3dc1846545ec717c65103d85 to your computer and use it in GitHub Desktop.
def get_checklist(severportfile):
#port_checklist = pd.read_csv(r'C:\Users\Sudhendu-BCT\Python_Practice\PortChecker\check_port_list.csv')
port_checklist = pd.read_csv(input_file)
port_checklist.insert(loc=2,column="Status",value = '')
return port_checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment