The Complete Project Source Code Platform

Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up

Job Resume Template

url issue

  jagruti_pal08    2020-08-01 19:11:15

0

0


following error is showing while click on check Traceback (most recent call last): File "c:UsersjagrutiDesktopgui.py", line 54, in button_click str1,str2 = obj.extract() File "c:UsersjagrutiDesktopfeature_extractor.py", line 59, in extract seperation_domain_name = seperation_of_protocol[1].str.split("/",1,expand = True) File "C:UsersjagrutiAppDataLocalProgramsPythonPython36-32libsite-packagespandascoreframe.py", line 2899, in __getitem__ indexer = self.columns.get_loc(key) File "C:UsersjagrutiAppDataLocalProgramsPythonPython36-32libsite-packagespandascoreindexes ange.py", line 353, in get_loc raise KeyError(key) from err KeyError: 1

Answers

install the libraries like pandas sklearn from in the python scripts folder pip install pandas sklearn install this from command line

2020-08-06 03:54:57

Post Your answer