Discretization & binning in Pandas using cut & qcut | Python Pandas Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 8

  • @manibhatt3103
    @manibhatt3103 2 ปีที่แล้ว

    Very good and very informative

  • @aguyfromparalleluniverse
    @aguyfromparalleluniverse 2 ปีที่แล้ว

    thanks sir big help

  • @shaikhkashif9973
    @shaikhkashif9973 ปีที่แล้ว

    in a discritization whether we have to convert every continuous data to a discrete or a particular

  • @shakilarosli8757
    @shakilarosli8757 3 ปีที่แล้ว +1

    Hi Aditya! Thanks for the video. May I know, for retbins, is there any conditions in order for we to use it? because when i tried to use retbins in my dataset, it shows error saying ValueError: Length of values (2) does not match length of index (891). But when I set to False, my code work perfectly.
    I am using Kaggle Titanic dataset and trying to bins the Age.

    • @adityabhatt1429
      @adityabhatt1429  3 ปีที่แล้ว

      Hi Shakila, it might be an assigning issue, since cut returns a tuple if retbins is true. You might want to check this out stackoverflow.com/questions/61341762/pandas-pd-cut-valueerror-length-of-values-does-not-match-length-of-index

  • @viral_video_ayana
    @viral_video_ayana 2 ปีที่แล้ว

    😃thankyou sir

  • @bralabala
    @bralabala 3 ปีที่แล้ว +1

    thank you

  • @shyamabhat9278
    @shyamabhat9278 2 ปีที่แล้ว

    Good