Skip to content
View DanyshMushtaq's full-sized avatar

Block or report DanyshMushtaq

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

    Weather App in android using OpenWeatherMap api

    Java

  2. ReactAppExpressBackend ReactAppExpressBackend Public

    JavaScript

  3. data-science-projects data-science-projects Public

    A list of ds problems solved using different algorithms

  4. Connect to RedShift and S3 from Pyth... Connect to RedShift and S3 from Python with credentials in .env
    1
    import os
    2
    from dotenv import load_dotenv, find_dotenv
    3
    import psycopg2
    4
    import pandas as pd
    5
    import boto3