Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Classify URLs
#4
It would be helpful to see a bit more of your code, especially how you define df_filtered. From the error message you posted it looks quite simply like you didn't define df_filtered. Some possible causes:
  • variable definition comes after the first time the variable is actually used
  • variable definition uses a slightly different name
  • variable definition is in another scope (e.g. variable defined in a function scope and used in the global scope
Reply


Messages In This Thread
Classify URLs - by Newlearner - Aug-11-2019, 11:02 AM
RE: Classify URLs - by boring_accountant - Aug-11-2019, 04:54 PM
RE: Classify URLs - by Newlearner - Aug-11-2019, 06:32 PM
RE: Classify URLs - by boring_accountant - Aug-11-2019, 08:27 PM
RE: Classify URLs - by Newlearner - Aug-12-2019, 07:40 PM
RE: Classify URLs - by boring_accountant - Aug-13-2019, 12:18 AM
RE: Classify URLs - by Newlearner - Aug-13-2019, 05:58 PM
RE: Classify URLs - by boring_accountant - Aug-14-2019, 02:43 AM
RE: Classify URLs - by Newlearner - Aug-14-2019, 11:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a Python text mining script to classify text with multiple classifications? Endearment 0 1,860 Oct-21-2019, 07:50 PM
Last Post: Endearment

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020