Python Numpy Tutorial: Numpy Splitting Array | Split | Array_Split | H-V Split | DSplit #4

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

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

  • @mosama22
    @mosama22 Год назад +1

    Thank you so much for the beautiful video 😊

  • @dikshagupta3276
    @dikshagupta3276 2 года назад +1

    Good explanation

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

    how array_split was able to consider indices..you haven't cleared it like when there were 7 elements and we want to make 3 chunks then why 1st split of 3 elements and then 2 and 2, why it can be 3+3+1 or 1+3+3