Django Aggregation & Annotation / values() and values_list() functions

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

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

  • @bugbytes3923
    @bugbytes3923  9 หลายเดือนก่อน +2

    Playlist link: th-cam.com/video/EsBqIZmR2Uc/w-d-xo.html

  • @XzibiTP
    @XzibiTP หลายเดือนก่อน +2

    I have watched so many tutorials and yours is the best i have come across. Its detailed easy to understand and structured. Keep the good work up. Thanks

    • @bugbytes3923
      @bugbytes3923  หลายเดือนก่อน

      That's incredible, thank you for sharing! Amazing to hear that.

  • @rhysjesett99
    @rhysjesett99 ปีที่แล้ว +18

    These are genuinely some of the most helpful tutorials on the Internet.
    No fluff, just constant gold.

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

      Wow, thanks a lot! Delighted to hear that!

  • @gigi123-hp3
    @gigi123-hp3 หลายเดือนก่อน +1

    Never seen a tutorial so well explained...❤

    • @bugbytes3923
      @bugbytes3923  หลายเดือนก่อน

      Thanks a lot!!

  • @DecodingTruth101
    @DecodingTruth101 22 วันที่ผ่านมา +1

    Highly appreciate your in depth explanation and usage ,Thankyou

    • @bugbytes3923
      @bugbytes3923  22 วันที่ผ่านมา

      @@DecodingTruth101 thanks a lot, appreciate it!

  • @hemrajkaliraman1
    @hemrajkaliraman1 3 หลายเดือนก่อน +1

    Best series on Django advance topics. I have improved the performance of my project a lot. you are doing a great job creating a lot of value.

    • @bugbytes3923
      @bugbytes3923  3 หลายเดือนก่อน

      Thanks a lot, glad to hear it, cheers!

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

    As usual, great tutorial. I hope that in the next video you include OuterRef and Subquery. This is a more advanced topic, but it packs a ton of functionality. ie. Let's say you have a company with many offices and one of those offices is market as the HQ. With OuterRef and Subquery, you can annotate the company address from the specific office in the many to one related table marked as the HQ and also aggregate the total amount of employees as a Sum of each office.

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

      Thank you! I'll cover these topics very soon - not the next video but the one after, I think. But yeah, will definitely cover it!

  • @the_code_js
    @the_code_js 17 วันที่ผ่านมา

    The best teacher, thank you so much.

  • @Rinpower
    @Rinpower หลายเดือนก่อน

    very helpful, that's exactly what I was looking for, thanks again bro !!

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

    Very nice explanation on aggregate and annotate.....thank you so much

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

    I just want to thank you Master 🙌🏾before I finish watching the tutorial !

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

    Great video! you explained in less than an hour what probably took me a week to learn on my own awhile back. Love it!

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

      Thanks a lot Rob, much appreciated as always!

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

    This series has been incredible!

  • @diegofunes1802
    @diegofunes1802 5 หลายเดือนก่อน

    Excellent video! Many thanks!

    • @bugbytes3923
      @bugbytes3923  5 หลายเดือนก่อน

      Thanks a lot!

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

    Amazing every concept clear.
    Love from India bro. ✌️

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

      Thanks a lot bro! Glad it was clear and greetings from Scotland!

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

    SUPER high quality video as always; great job!

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

    Thanks 👍 for this tutorial.I have a microfinance project that will require this.

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

      Hope the video will help! 👍

  • @ShivaR-k9b
    @ShivaR-k9b ปีที่แล้ว +1

    awesome content Mate!! I learned many new concepts in this video and will try to apply in my projects too 😁

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

      Awesome, thanks a lot, glad you liked the video!

  • @ChandlerWright-m8x
    @ChandlerWright-m8x ปีที่แล้ว +1

    Nice plants as well as the video

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

    bro you deserve more followers

  • @paulwanjohi2537
    @paulwanjohi2537 9 หลายเดือนก่อน

    Incredible. That was so helpful. Thank you man👊

    • @bugbytes3923
      @bugbytes3923  9 หลายเดือนก่อน

      Thanks a lot man! Glad it helped.

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

    Another brilliant video. thank you

  • @DavidLuiz-y2h
    @DavidLuiz-y2h ปีที่แล้ว +1

    Thanks for great videos

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

      You’re welcome, thanks a lot for watching!

  • @firstandlast4435
    @firstandlast4435 7 หลายเดือนก่อน

    A little recap:
    Annotate by itself (without values()) doesn't do grouping even with use of aggregate functions (which just duplicate argumented field in such case);
    We use annotate() with values() and we don't use it with only() (at least my tests proved last as useless);
    We can start from both child and parent Model and get the same result
    So this:
    Books.objects.values_list("author__firstname", "author__lastname").annotate(
    total=Count("id")
    )
    And that:
    q = Author.objects.values_list("firstname", "lastname").annotate(
    total=Count("books")
    )
    will do the same (p.s. "books" in the last statement refers to "related_query_name" specified in ForeignKey field of the "Books" model );

  • @ndifrekeumoren3548
    @ndifrekeumoren3548 17 วันที่ผ่านมา +1

    Thanks 👍

    • @bugbytes3923
      @bugbytes3923  17 วันที่ผ่านมา +1

      @@ndifrekeumoren3548 thanks for watching!

  • @priyanshvatsal9791
    @priyanshvatsal9791 8 หลายเดือนก่อน +1

    So much useful information in just one video. Thanks

    • @bugbytes3923
      @bugbytes3923  8 หลายเดือนก่อน

      Glad to hear it, thanks a lot for watching and commenting!

  • @anatoliyloboda4601
    @anatoliyloboda4601 11 หลายเดือนก่อน

    It's a very interesting and important part of working with DB. Thank you for sharing!!!

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

    Great tutorial.
    Any caching vids coming?

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

      Thanks! Yes, I'll be doing stuff with Django + Redis in the near future.

  • @Niki-ue6fk
    @Niki-ue6fk 9 หลายเดือนก่อน

    Thanks !!

    • @bugbytes3923
      @bugbytes3923  9 หลายเดือนก่อน +1

      Thanks for watching!

  • @abbasebadian6851
    @abbasebadian6851 หลายเดือนก่อน

    In the Concat topic, what if a field's value were empty? Is there a way to pass a fallback value for it ?

    • @bugbytes3923
      @bugbytes3923  หลายเดือนก่อน

      @@abbasebadian6851 you can use COALESCE for that - there’s a video in the series on this function

  • @azhariqbal3658
    @azhariqbal3658 10 หลายเดือนก่อน

    Is there any package you use for runscript this is very useful for testing queries

    • @bugbytes3923
      @bugbytes3923  10 หลายเดือนก่อน

      It’s part of django-extensions which I always add to django projects

  • @sha999-u4s
    @sha999-u4s ปีที่แล้ว

    hi, do you have solution for Like:
    Multiple table field Sum calculation from parent model ---------- to get stock qty each product (stock qty= purchase_qty - purchase_return_qty - sales_qty + sales_qty )

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

    thank

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

    can you make tutorial how to use async queryset on django 4?

  • @techwithabid
    @techwithabid 5 หลายเดือนก่อน

    Do a video on channel and web socket

    • @bugbytes3923
      @bugbytes3923  5 หลายเดือนก่อน

      In the future for sure!

  • @Yarkanlaki
    @Yarkanlaki 8 หลายเดือนก่อน

    I wonder why aggregation results always is too big.? Comapre to use for loop

  • @firstandlast4435
    @firstandlast4435 8 หลายเดือนก่อน

    What I dislike about youtube is that there's a need in comments in order to promote a channel, it might be ok in some cases but when it's about education I actually wanna see some related to subject discussions on top instead of "thanks author you are so great"...
    Anyway what I failed to understand is when annotate is used to add extra field to query set and when to group by fields and the similar about values. As it does return dictionaries like? Then why can we do things like ModelName.objects.values('smth').annotate(Agregate func) and then use functions like order by to it. Don't we need Django specific query sets to use those functions, or we can use it to any dictionary?

    • @bugbytes3923
      @bugbytes3923  8 หลายเดือนก่อน

      The annotate() function will add the annotated field to each object in the queryset. Importantly, annotate returns a queryset, so you can chain other methods like values() and order_by(), etc.
      The aggregate() function, on the other hand, returns a dictionary containing all the aggregations passed to the function. Queryset methods don’t work on dictionaries, so chaining additional methods like order_by() won’t work.

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

    # fungction to get one cctv location and past it to leaflet map
    def Cctvlist(request, id):
    # get cctv category
    cctvs = get_object_or_404(Daftarcctv, id = id)
    # show all cctv location in cctv category
    cctv = cctvs.cctvdetail_set.all()
    # lopping all cctv location
    for i in cctv:
    # get one cctv location from i looping
    showloc = Cctvlocation.objects.get(pk=i)
    # i want to get cctv location row to past in json format
    # and get values lat, long from varible "showloc"
    # BUT ALWAYS FAIL, PLEASE SHOW ME A SOLUTION
    cctvsloc = list(Cctvlocation.objects.values('latitude', 'longitude')[:100])
    print(cctvsloc)
    return render(request, 'cctvkorem/daftarcctv.html', {'cctvs':cctvs, 'cctv':cctv, 'showloc':showloc })