Public Gists by datawrangling

Gravatar
Wed Jul 01 11:45:38 -0700 2009
1
ec2-run-instances --key gsg-keypair --instance-type c1.xlarge --user-data-file stuff_to_install.sh ami-1f749276
Gravatar
Thu Jun 18 16:45:55 -0700 2009
1
2
3
#!/usr/bin/env python
# encoding: utf-8
"""
Gravatar
Mon Jun 15 19:13:46 -0700 2009
1
FROM new_daily_timelines ndt MAP ndt.page_id, ndt.dates, ndt.pageviews, ndt.total_pageviews USING 'python hive_monthly_trend_mapper.py' AS page_id, total_pageviews, monthly_trend
Gravatar
Wed May 06 12:37:31 -0700 2009
1
2
3
from BeautifulSoup import BeautifulStoneSoup
 
xml = open('123118.xml', 'r').read()