TODO

function for loading data with remote

idea:

uck.Table(
    'data/yellow_tripdata_2010-01.parquet',
    remote='https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2010-01.parquet',
)

try looking for file data/yellow_tripdata_2010-01.parquet. If no file exists, look at the remote, download the file, save it as the given filename, and then load from the given filename.

TODO: can we also allow for mixing in pandas/polars/ibis code? maybe a function wrapper? That would be crazy powerful!

  • as or alias?