Skip to content
View amitdhanuka's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report amitdhanuka

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

    Data Analysis for Breast Cancer Dataset

    Jupyter Notebook

  2. PostgreSQL custom types with dot net... PostgreSQL custom types with dot net using NpgSql 3.1.8
    1
    //Post method to save data in the Postgres Database using the Finction
    2
    public void Post()
    3
            {
    4
            //Creating a list of inventry type items.
    5
                List<inventory_item> lsinv = new List<inventory_item>();