PRQL / pyprql

Python extensions for PRQL

Home Page:https://pyprql.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplest query

m1sta opened this issue · comments

commented

The following code does not work

%load_ext pyprql.magic

%prql duckdb://

!wget https://raw.githubusercontent.com/graphql-compose/graphql-compose-examples/master/examples/northwind/data/csv/products.csv

%%prql
from 'products.csv'

and it probably should

Yes agree, the docs need an update, I'll try and get to that today.

FYI I didn't get to this today, but this & I'll prioritize this & PRQL/prql#1531, hopefully tomorrow