How to Delete Columns from a Dataframe in R

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 9

  • @tsheringdekar3474
    @tsheringdekar3474 2 года назад +2

    hi sir, what if you want to remove numerous coulmns from the dataset?

  • @mrvaultguy1118
    @mrvaultguy1118 2 года назад

    Got my answer thank you!

  • @Daniel-cd9qv
    @Daniel-cd9qv Год назад

    thank you

  • @SS-kf2hx
    @SS-kf2hx 4 года назад +3

    you repeated 1 thing like 10,0000 times...what if you want to delete a column thats in between the data set, or perhaps multiple colums within data set at different positions.....

    • @ekisharajendran6083
      @ekisharajendran6083 4 года назад

      Just refer to the column name and put = null

    • @ekisharajendran6083
      @ekisharajendran6083 4 года назад

      I’m not really sure about the multiple columns either in series or different positions..it’ll probably require multiple commands..
      I ended up doing each column= null (for 47 columns)

    • @caitlin6359
      @caitlin6359 Год назад

      I’ve been struggling with this for so long. None of the videos online is able to help me with this, idk what to do 😭