Skip to content

Insight Data Engineering Fellowship - Jan 2016 - Coding Challenge Submission

Notifications You must be signed in to change notification settings

aravindr18/Insight-Coding-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insight-Coding-Challenge

##Insight Data Engineering - Coding Challenge Application for January 2016 #####Submitted by: Aravind Kumar Ramesh

The python script is placed under the src folder. The cleaned_tweets.py implements the challenge 1, which is to read the input tweets from json and clean up the tweets of unicode characters. The output is placed under /tweets_output/ft1.txt

The second script average_degree.py computes the average degree of the graph in the 60 seconds window. The output is placed under /tweets_output/ft2.txt. Both the scripts can be invoked by running the run.sh on the root directory. Ensure that permisssions are set. Changes can be made to this script file to set your input and output path.

This script makes use of the following libraries
  1. simplejson
  2. pandas
  3. numpy

For more information on the coding-challenge check out https://github.com/InsightDataScience/coding-challenge

About

Insight Data Engineering Fellowship - Jan 2016 - Coding Challenge Submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published