Skip to content
View dheerajinampudi's full-sized avatar
Block or Report

Block or report dheerajinampudi

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
dheerajinampudi/README.md

Hi there 👋

Dheeraj Inampudi

  • Head of Product Engineering at Circuitry.ai
  • CTO/ Serverless Architect at Propellor.ai
  • Mathematician, Architect, coder, and a Bigdata analytics professional
  • Engineering, Data and SaaS

Pinned

  1. awesome-aws-serverless awesome-aws-serverless Public

    AWS serverless boto3 functions, SAM templates and suggestions

  2. aws-data-wrangler aws-data-wrangler Public

    Forked from aws/aws-sdk-pandas

    Pandas on AWS

    Python

  3. PySpark DataFrame filtering using a ... PySpark DataFrame filtering using a UDF and Regex
    1
    from pyspark.sql.functions import udf
    2
    from pyspark.sql.types import BooleanType
    3
    
    
    4
    def regex_filter(x):
    5
        regexs = ['.*ALLYOURBASEBELONGTOUS.*']
  4. handson-ml handson-ml Public

    Forked from ageron/handson-ml

    A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.

    Jupyter Notebook

  5. airbyte airbyte Public

    Forked from airbytehq/airbyte

    Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.

    Java

  6. upload all files and folders of buil... upload all files and folders of build folder to s3 for static website hosting
    1
    import boto3
    2
    import os
    3
    key_id = ''
    4
    secret_key = ''
    5
    region = ''