Skip to content
View QuantVI's full-sized avatar

Block or report QuantVI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UEP_Financial_Engineering UEP_Financial_Engineering Public

    Assorted code and accompanying materials from completed projects and assignments in the Financial Engineering program.

    Jupyter Notebook 3

  2. succ_algo_trdng succ_algo_trdng Public

    Successful Algorithmic Trading - Build

    Python 1

  3. mac_cro_screen_macro mac_cro_screen_macro Public

    A screen macro in Python for Mac OS - because you'd otherwise have to buy one

    Python

  4. Exploratory_Data_Analysis Exploratory_Data_Analysis Public

    small projects related to visualization, data analysis, and data science

    HTML

  5. 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
    4
    
                  
    5
    # This next section can be its own script if necessary
  6. 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
    2
    
                  
    3
    CREATE TEMPORARY FUNCTION rank AS 'ABCxyz.QWERTY.hadoop.hive.udf.Rank';
    4
    SET mapred.map.output.compression.codec = ABCxyz.hadoop.compression.lzo.LzopCodec;
    5
    SET hive.cli.print.header = TRUE;