Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Impact of words from sentence on popularity
Post: RE: Impact of words from sentence on popularity

I make some progress! oneList = list(df['text']) oneString = ' '.join(oneList) allWords = oneString.lower().split() count = Counter(allWords) print(count)now I'm able to get frequency of words, but u...
dvorak Data Science 5 2,937 Apr-21-2021, 10:47 PM
    Thread: Impact of words from sentence on popularity
Post: RE: Impact of words from sentence on popularity

Sure, I have to say, that I'm stucked just at the start now I'm able to get only whole sentences, and their occurences. df = pd.read_csv('C:/Users/Adam/School/6th semester/project/dataset.csv') df['te...
dvorak Data Science 5 2,937 Apr-21-2021, 06:18 PM
    Thread: Impact of words from sentence on popularity
Post: Impact of words from sentence on popularity

Hi, I have a table with few thousand of rows, in one column is a one or few sentences of joke, in second number of views. I would like to sort words which are mostly used in best jokes but not in bad ...
dvorak Data Science 5 2,937 Apr-21-2021, 05:20 PM

User Panel Messages

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