Skip to content

Instantly share code, notes, and snippets.

@atrakic
Last active February 6, 2026 17:42
Show Gist options
  • Select an option

  • Save atrakic/b328b8d45585593ae50b74796b985869 to your computer and use it in GitHub Desktop.

Select an option

Save atrakic/b328b8d45585593ae50b74796b985869 to your computer and use it in GitHub Desktop.
duckdb :memory: -c "SET autoinstall_known_extensions=1; SET autoload_known_extensions=1; CREATE TABLE eurofxref_hist AS SELECT * FROM read_csv_auto(\"https://csvbase.com/calpaterson/eurofxref-hist\"); select * from eurofxref_hist;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment