Create a program in a language of your choice to read a text file with various tweets. The output should be 2 text files-one that contains the list of all unique words among all tweets along with the count for repeated words and the second file should contain the medium number of unique words for all tweets.
No Answer is Posted For this Question
Be the First to Post Answer
You are given two tables- friend_request and request_accepted. Friend_request contains requester_id, time and sent_to_id and request_accepted table contains time, acceptor_id and requestor_id. How will you determine the overall acceptance rate of requests?
Print the elements of a matrix in zig-zag manner.
A box has 12 red cards and 12 black cards. Another box has 24 red cards and 24 black cards. You want to draw two cards at random from one of the two boxes, which box has a higher probability of getting cards of same colour and why?
What laptop should I buy for data science?
What are the different deep learning frameworks?
When underfitting occurs in a static model?
Can you define data discretization?
I have a string “contact@dezyre.com”. Which string function can be used to split the string into two different strings “contact@dezyre” and “com” ?
Can you cite some examples where a false negative important than a false positive?
Which method in pandas.tools.plotting is used to create scatter plot matrix?
Explain data cleansing?
What is the science of data in simple words?