Skip to content

Instantly share code, notes, and snippets.

@iangow
Last active December 21, 2023 02:21
Show Gist options
  • Save iangow/1bf5304053046f876abbabe42fc06a22 to your computer and use it in GitHub Desktop.
Save iangow/1bf5304053046f876abbabe42fc06a22 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iangow
Copy link
Author

iangow commented Dec 21, 2023

Equivalent code using dplyr with parquet files can be found here.

@iangow
Copy link
Author

iangow commented Dec 21, 2023

iangow@Ians-MacBook-Pro git % time quarto render ibis_test_postgres.ipynb --to html --execute

Starting python3 kernel...Done

Executing 'ibis_test_postgres.ipynb'
  Cell 1/12...Done
  Cell 2/12...Done
  Cell 3/12...Done
  Cell 4/12...Done
  Cell 5/12...Done
  Cell 6/12...Done
  Cell 7/12...Done
  Cell 8/12...Done
  Cell 9/12...Done
  Cell 10/12...Done
  Cell 11/12...Done
  Cell 12/12...Done

pandoc 
  to: html
  output-file: ibis_test_postgres.html
  standalone: true
  section-divs: true
  html-math-method: mathjax
  wrap: none
  default-image-extension: png
  
metadata
  document-css: false
  link-citations: true
  date-format: long
  lang: en
  
Output created: ibis_test_postgres.html

quarto render ibis_test_postgres.ipynb --to html --execute  1.54s user 0.20s system 15% cpu 11.557 total

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment