Skip to content
View pallavi's full-sized avatar

Organizations

@interviewplanner
Block or Report

Block or report pallavi

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. sendit-api sendit-api Public

    RESTful API for tracking climbing progress

    Go

  2. sendit-web sendit-web Public

    JavaScript 1

  3. desktop-for-chrome desktop-for-chrome Public

    JavaScript 2 1

  4. pallavi.github.io pallavi.github.io Public

    Personal website

    HTML 2

  5. Helper function to prep a PySpark Da... Helper function to prep a PySpark DataFrame for writing to Redshift
    1
    from builtins import min
    2
    from math import *
    3
    from pyspark.sql.functions import length, max
    4
    
                  
    5
    DEFAULT_TEXT_COL_LENGTH = 256