This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Created by Andrew Wooster on 2009-11-04. | |
# Copyright Planetary Scale LLC 2009. | |
# Released under the MIT License. | |
import sys | |
""" | |
Takes iPhone app revenue data and combines sales from all apps into daily combined | |
values. | |
Steps to use: |
NewerOlder