Skip to content

Instantly share code, notes, and snippets.

@Stiivi
Created October 1, 2012 23:47
Show Gist options
  • Save Stiivi/3815251 to your computer and use it in GitHub Desktop.
Save Stiivi/3815251 to your computer and use it in GitHub Desktop.
Arrayed brewery simple test
import brewery
stream = brewery.Stream()
main = stream.fork()
main.csv_source("examples/data2.csv")
main.field_filter(drop=["category_code", "subcategory_code", "line_item"])
main.pretty_printer()
stream.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment