Skip to content
View PawaritL's full-sized avatar
🦆
🦆
  • Databricks
  • Boston, MA
Block or Report

Block or report PawaritL

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. BayesianLSTM BayesianLSTM Public

    Bayesian LSTM Implementation in PyTorch

    Jupyter Notebook 89 19

  2. PandasSQLWindow PandasSQLWindow Public

    SQL/SparkSQL-like Window Functions in Pandas: especially useful when dealing with datasets with many logical partitions

    Python 1

  3. Parse nested JSON into your ideal, c... Parse nested JSON into your ideal, customizable Spark schema (StructType)
    1
    # Is Spark's JSON schema inference too inflexible for your liking?
    2
    **Common Scenarios:**
    3
    - Automatic schema inference from Spark is not applying your desired type casting
    4
    - You want to completely drop irrelevant fields when parsing
    5
    - You want to avoid some highly nested fields simply by casting some outer fields as strings
  4. Converts a GeoJSON polygon to its an... Converts a GeoJSON polygon to its antimeridian-compatible constituent polygon(s)
    1
    geojson = {
    2
      "type": "Polygon",
    3
      "coordinates": [
    4
        [
    5
          [179.0, 0.0],