Check out my gists using the link below.
It has code from small projects, and examples of code I wrote in other full-time roles.
Pinned Loading
-
UEP_Financial_Engineering
UEP_Financial_Engineering PublicAssorted code and accompanying materials from completed projects and assignments in the Financial Engineering program.
Jupyter Notebook 3
-
-
mac_cro_screen_macro
mac_cro_screen_macro PublicA screen macro in Python for Mac OS - because you'd otherwise have to buy one
Python
-
Exploratory_Data_Analysis
Exploratory_Data_Analysis Publicsmall projects related to visualization, data analysis, and data science
HTML
-
Determine if the JSON result is 1 of...
Determine if the JSON result is 1 of 3 types, that over 12 different ElasticSearch queries could return. Parse based on this general type, and put the results into a readable format in Excel. 1# -*- coding: utf-8 -*-
2# import json
3# import openpyxl
45# This next section can be its own script if necessary
-
A HIVE/Hadoop HQL query over a large...
A HIVE/Hadoop HQL query over a large distributed cluster. For a single client, it scans 45+ days worth of re-targeting campaign data related to clicks, click revenue, sales and order value. It returns an aggregated result based on site-visitor segments, such as "Abandoned Cart" visitors. 1-- Query to breakout events into legacy segmentation
23CREATE TEMPORARY FUNCTION rank AS 'ABCxyz.QWERTY.hadoop.hive.udf.Rank';
4SET mapred.map.output.compression.codec = ABCxyz.hadoop.compression.lzo.LzopCodec;
5SET hive.cli.print.header = TRUE;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.