Querying DuckDB with PRQL

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video, we'll learn how to query DuckDB with PRQL, Pipelined Relational Query Language, a modern language for transforming data.
    #dataengineering #prql #duckdb
    Resources ▼
    ▶ PRQL Language - prql-lang.org/
    ▶ DuckDB plugin - github.com/ywe...
    ▶ Google Trends dataset - console.cloud....
    ▶ PRQL compiler - pypi.org/proje...

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

  • @andynelson2340
    @andynelson2340 Год назад +3

    First time hearing about PRQL, very cool

  • @AdrienSales
    @AdrienSales Год назад +2

    One more great tutorial. Very easy and short to understand, keep on inspriing us ;-p

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

    Good stuff.

  • @max-sixty
    @max-sixty Год назад +4

    (PRQL dev here)
    Great video, thanks a lot for making it! Really well produced.
    Was there anything you found difficult with PRQL that we could improve?

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

      The only thing I got stuck on so far was the sub queries where I used the s-string. I thought I might be able to store the result of doing the max(week) query in pRQL as a variable and then use that variable inside a filter clause, but I couldn't get that to work.
      But no, otherwise, it was a great experience :)

  • @yatsuk
    @yatsuk 7 месяцев назад +1

    It seems that generating PRQL dynamically through code is a simpler process

  • @durgeshkshirsagar5160
    @durgeshkshirsagar5160 8 месяцев назад +1

    Are you going to catch a flight? So fast :D

  • @ravishmahajan9314
    @ravishmahajan9314 10 месяцев назад

    Will you make a video on PRQL and dbt (data build tool)?
    Its very confusing what to learn for data analytics career.

    • @learndatawithmark
      @learndatawithmark  9 месяцев назад

      Let me have a look into it. I do have a simple data pipeline using DuckDB and dbt that I made just for fun, but let me see if I can get it to use PRQL.

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

    Can you do the default value too similar to the | round 3 in the aggregation result?

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

    Thank you. How different is this from ibis-framework? Which one do you prefer?

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

      I have to make a video about Ibis actually, so I'll compare them when I do it. I also recently came across another similar tool called Malloy which looks neat.