Skip to content

Instantly share code, notes, and snippets.

@gchoueiter
gchoueiter / get_hits.py
Last active August 29, 2015 13:57
Elastic Search Example
import json
import argparse
import codecs
from elastic_search import ElasticIndex
def process(args):
url = args.url
index = args.index
es_type = args.type
query = args.query
@gchoueiter
gchoueiter / PyDataBoston2013.notes.ipynb
Created July 30, 2013 01:30
notes from PyData Boston 2013. Not all might make sense.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gchoueiter
gchoueiter / pandas_tutorial_longer_version.ipynb
Created July 30, 2013 01:20
Longer version of pandas lightning tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gchoueiter
gchoueiter / data_transformations_in_pandas.ipynb
Last active December 20, 2015 09:39
brief tutorial on pandas functions for data transformation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gchoueiter
gchoueiter / pandas_lightning_tutorial.ipynb
Last active December 20, 2015 03:59
Lightning Talk on Python Pandas for Python Boston Meetup
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.