Vincent D. Warmerdam: Untitled12.ipynb | PyData Eindhoven 2019

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • www.pydata.org
    PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
    PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases.
    00:00 - Introduction
    01:05 - Agenda
    01:35 - Introducing a workflow
    04:15 - Live demo with bad practices
    13:00 - Demo but with better practices
    26:30 - Scikit-lego
    30:57 - Closing thoughts
    Want to help add timestamps to our CZcams videos to help with discoverability? Find out more here: github.com/numfocus/CZcamsVi...
  • Věda a technologie

Komentáře • 12

  • @Jaimefvs93
    @Jaimefvs93 Před 2 lety +21

    Don’t really know why this video hasn’t got any comments …
    I’ve found it randomly and it is one of the best videos I’ve ever seen. Great talk! And really easily explained as on why we should focus on have a clear structure, good defined functions, and a pipeline with clear steps when it comes to create analysis that will go to production or even if it’s just for a test case.
    Sadly, on the industry there is always this insane thought that is better to get some code to production that delivers you some results but nobody can maintain later on … not even the person who wrote it, and it’s frustrating. Just because someone wants to put something as quick as possible in production and skip to the next task/business, hours and hours of bug fixing, issues, and headaches are being wasted.
    Another great point, that I support 100% is to have this calm while coding/solving a problem. Not a fan at all of the “everything’s on fire” mindset while approaching an issue.
    Congrats on this awesome content!

  • @134ayush
    @134ayush Před rokem +4

    Vincent keeps on amazing with his simplistic explanations! Don't know why it took me so long to find this video.

  • @won20529jun
    @won20529jun Před 2 lety +4

    This was enlightening AND enjoyable to watch :D will definitely start using these techniques

  • @viniciusqueiroz2713
    @viniciusqueiroz2713 Před rokem

    I'm amazed I have never heard about pipes in Pandas before today... Thank you for your talk!

  • @Cryptothink8
    @Cryptothink8 Před 11 měsíci

    I'd never known about the contextual helper... 5min in and mind is already blown.

  • @dogden95
    @dogden95 Před 2 lety +1

    This was an awesome talk! Thanks for posting

  • @2niemand
    @2niemand Před 2 lety +1

    Thank you! Really excited to recode my Untitled12 now!

  • @archchin
    @archchin Před 2 lety +1

    Awesome content. Kudos

  • @harriswong9041
    @harriswong9041 Před rokem +1

    Coming from R, I can see myself already doing some of this (by accident?). The bit on decorators is very interesting.

  • @karma111
    @karma111 Před rokem

    Very good

  • @Dongducamer
    @Dongducamer Před 3 měsíci

    Is the pipeline the equivalent of a fluent interface in pandas/scikit world?

  • @washedtoohot
    @washedtoohot Před rokem +2

    I am this person who has 100 notebooks