- San Jose, CA
Highlights
Pinned Loading
-
Initialize dataframe with default gi...
Initialize dataframe with default given columns 1import pandas as pd
23def dataframe_from_dict(data, columns):
4""" Return a pandas.DataFrame from given dictionary
5Args:
-
Parse values and suppress exceptions
Parse values and suppress exceptions 1def safe_parse_int(value, default=0):
2""" parse value to int
3Args:
4value (str/int)
5Returns:
-
Slice for a subset of dict or list
Slice for a subset of dict or list 1def slice_dict(d, keys, exclude_keys=False):
2""" Extract or exclude keys from given dictionary with given keys
34Example:
5x = {"a": 1, "b": 2}
-
aws-es-proxy
aws-es-proxy PublicForked 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
-
aws-request-signer
aws-request-signer PublicForked from carsales/aws-request-signer
A chrome extension that signs requests to AWS endpoints (using Signature Version 4 signing process)
JavaScript
-
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.