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

Block or report shantanuo

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

Pinned

  1. easyboto easyboto Public

    manage redshift using boto

    Python 7 3

  2. easystemmer easystemmer Public

    Stemmer for Indian Names

    Jupyter Notebook 2

  3. easyssh easyssh Public

    upload or download files from remote host and execute commands

    Python 1

  4. audit trail query to pandas dataframe audit trail query to pandas dataframe
    1
    import pandas as pd
    2
    import numpy as np
    3
    
                  
    4
    import elasticsearch
    5
    from elasticsearch import helpers
  5. Get billing details of last 40 days ... Get billing details of last 40 days using boto
    1
    import boto3
    2
    import datetime
    3
    import pandas as pd
    4
    import numpy as np
    5
    
                  
  6. S3 report analysis S3 report analysis
    1
    # Download the report from "billing dashboard" - "Reports" - "AWS Usage Report".
    2
    # In the "service" dropdown, select "Amazon Simple Storage Service" - "daily" - "Download report CSV".
    3
    
                  
    4
    import pandas as pd
    5
    from datetime import date, timedelta