eitsupi / querying-with-prql

A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.
https://eitsupi.github.io/querying-with-prql/
MIT License
20 stars 1 forks source link

Typos; Editorial tweaks #1

Closed richb-hanover closed 1 year ago

richb-hanover commented 1 year ago

This looks to be a terrific integration between PRQL and DuckDB. I noticed some bits of fluff...

Motivation

I wanted to compare PRQL and the latest DuckDB SQL (and other query libraries) to clarify the missing features of PRQL and highlight the latest features of DuckDB.

  • PRQL is a modern language for data manipulation that compiles to SQL. Although the PRQL language is still evolving, it is easy to create complex SQL queries.
  • DuckDB is a modern in-memory SQL OLAP (very fast) database management system. DuckDB is also evolving, with new features and improving syntax.

This project uses CLI, JavaScript, Python, R, etc. to combine the PRQL compiler and DuckDB database. This gives a powerful database that can be queried with a simple syntax.

Content & Credit

... the rest is OK...

(I hope I got your meaning correct...) Thanks.

eitsupi commented 1 year ago

Thanks for opening this! If you don't mind, could you send a PR?

You don't need Quarto or Docusaurus to update the text only (you don't need to check if the website build is successful)

eitsupi commented 1 year ago

I think this is fixed by d2da2536a0d635cb810287aefcc9b9a8e17d3607