Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help needed related python ! Thanx :) Challenge 1 Find a Twitter data archive of your choice. Some places to look for free Twitter data

Help needed related python ! Thanx :)

Challenge 1

Find a Twitter data archive of your choice. Some places to look for free Twitter data include:

ArchiveTeam JSON Download of Twitter Stream: https://archive.org/details/archiveteam-twitter-stream-2017-11

ICWSM Conference Datasets: http://www.icwsm.org/2015/datasets/datasets/

Library of Congress Twitter Archive: https://blogs.loc.gov/loc/2010/04/how-tweet-it-is-library-acquires-entire-twitter-archive/

2. Download at least 10 days worth of tweets into a folder on your hard drive

3. Write a Python script that will:

a. Iterate through all the files you downloaded

b. Read the data

c. Convert the data to csv format

d. Save combined data into a single CSV file

Challenge 2

Carefully review the data and think about what kinds of MEANINGFUL questions you can ask of the data and answer with the data.

Come up a meaningful question that you can answer with your data. Questions such as What is the average word count in tweet? will not count as meaningful for this assignment.

Make sure that your Python script comments contain:

a. The question you are asking

b. The reason you decided to ask that particular question

c. Briefly describe (in plain English, not in Python) your algorithm for addressing your question

d. What knowledge you will gain from answering your question

Implement a solution required for answering your question in the same script you created for Challenge 1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Why do you think people tend to exaggerate cultural differences?

Answered: 1 week ago