Skip to content
View arichen's full-sized avatar

Block or report arichen

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Initialize dataframe with default gi...Initialize dataframe with default given columns
    1
    importpandasaspd
    2
    3
    defdataframe_from_dict(data, columns):
    4
    """ Return a pandas.DataFrame from given dictionary
    5
     Args:
  2. Parse values and suppress exceptionsParse values and suppress exceptions
    1
    defsafe_parse_int(value, default=0):
    2
    """ parse value to int
    3
     Args:
    4
     value (str/int)
    5
     Returns:
  3. Slice for a subset of dict or listSlice for a subset of dict or list
    1
    defslice_dict(d, keys, exclude_keys=False):
    2
    """ Extract or exclude keys from given dictionary with given keys
    3
    4
     Example:
    5
     x = {"a": 1, "b": 2}
  4. aws-es-proxyaws-es-proxyPublic

    Forked from abutaha/aws-es-proxy

    aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.

    Go 1

  5. aws-request-signeraws-request-signerPublic

    Forked from carsales/aws-request-signer

    A chrome extension that signs requests to AWS endpoints (using Signature Version 4 signing process)

    JavaScript

  6. cube-animationcube-animationPublic

    Samples of CALayer and CoreAnimation

    Objective-C