Skip to content
View DeepanshKhurana's full-sized avatar
💻
Learning
💻
Learning

Organizations

@Appsilon
Block or Report

Block or report DeepanshKhurana

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

  1. Python script to create a .csv from ... Python script to create a .csv from Facebook's Event Data to list Birthdays.
    1
    # Imports
    2
    
                  
    3
    import requests
    4
    import re
    5
    import pandas as pd
  2. editable-reactable-modal editable-reactable-modal
    1
    library(shiny)
    2
    library(reactable)
    3
    library(dplyr)
    4
    
                  
    5
    ui <- fluidPage(
  3. custom-tippy-r custom-tippy-r Public

    A custom implementation for tippy.js

    R

  4. cloudSimplifieR cloudSimplifieR Public

    Simple helper functions to fetch and read data from various formats stored on Amazon AWS S3 Buckets. Most functions are essentially wrapping over cloudyR.

    R 1