Skip to content
View grayskripko's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Buenos Aires, Argentina
Block or Report

Block or report grayskripko

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. Power BI key influencers finder Power BI key influencers finder
    1
    # you can use it in Power BI to build a table of insights that will help you not to miss important influencers
    2
    suppressWarnings(suppressPackageStartupMessages({
    3
      library(tidyverse)
    4
      library(forcats)
    5
      library(ggplot2)
  2. dash-demo dash-demo Public

    Python

  3. Rowwise dplyr Rowwise dplyr
    1
    # when you need to use tidyselect in a mutate function
    2
    # https://stackoverflow.com/questions/48353331/row-wise-operations-select-helpers-and-the-mutate-function-in-dplyr
    3
    tbl %>% mutate(a = select(., contains("abc")))
    4
    
                  
    5
    # based on https://rpubs.com/wch/200398
  4. cargomoose/ggraptR cargomoose/ggraptR Public

    Rapid and Pretty Things in R : A shiny graphical user interface for your favourite ggplot graphics in R

    R 76 25

  5. featuretoolsR featuretoolsR Public

    Forked from praktiskt/featuretoolsR

    An R interface to the Python module Featuretools

    R

  6. researcher-gpt researcher-gpt Public

    Forked from JayZeeDesign/researcher-gpt

    Python