From 0b23cd91993a578059b7103eccbaf9b90397083d Mon Sep 17 00:00:00 2001 From: ananis25 Date: Thu, 28 Jul 2022 14:44:28 +0530 Subject: [PATCH] minor edits --- .gitignore | 5 +- README.md | 2 +- docs/tests/using-clauses.ipynb | 416 +++++++++---------- docs/tests/using-nodes.ipynb | 700 ++++++++++++++++---------------- docs/usage-guide.ipynb | 452 ++++++++++----------- src/funsql/compiler/annotate.py | 16 +- src/funsql/compiler/link.py | 15 +- src/funsql/nodedefs.py | 1 - 8 files changed, 799 insertions(+), 808 deletions(-) diff --git a/.gitignore b/.gitignore index 58100b2..ad7e32e 100644 --- a/.gitignore +++ b/.gitignore @@ -149,4 +149,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ + +# Mac related +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 3151e73..63ac783 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SQL is tricky to write in a modular fashion since it is a DSL with its own grammar. The straightforward way to compose SQL query fragments then must rely on string interpolation/concatenation, extended with a templating language like Jinja. -FunSQL exposes the full expressive power of SQL by implementing the SQL verbs _(FROM, WHERE, GROUP BY, ...)_ as regular python objects with compositional semantics. Specifically when you need to construct SQL queries programmatically, the pipeline style of composing queries can be very useful. +FunSQL exposes the full expressive power of SQL by implementing the SQL verbs _(FROM, WHERE, GROUP BY, ...)_ as regular python objects with compositional semantics. Specifically, when you need to construct SQL queries _programmatically_, the pipeline style of composing queries can be very useful. This implementation closely follows the original Julia library `FunSQL.jl`. Thanks to the original authors, Clark Evans and Kyrylo Simonov, who have been refining the idea for some time; you should check their previous work [here](https://querycombinators.org/). 1. Presentation from JuliaCon talking about FunSQL - [youtube](https://www.youtube.com/watch?v=rGWwmuvRUYk) | [slides](https://github.com/MechanicalRabbit/FunSQL.jl/files/7465997/FunSQL-JuliaCon2021.pdf) diff --git a/docs/tests/using-clauses.ipynb b/docs/tests/using-clauses.ipynb index faaf99b..5a62faa 100644 --- a/docs/tests/using-clauses.ipynb +++ b/docs/tests/using-clauses.ipynb @@ -38,10 +38,10 @@ "id": "f9cd52f0-e7da-42c9-8c54-27ecfe01db06", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.672420Z", - "iopub.status.busy": "2022-07-26T11:16:17.671578Z", - "iopub.status.idle": "2022-07-26T11:16:17.693447Z", - "shell.execute_reply": "2022-07-26T11:16:17.693817Z" + "iopub.execute_input": "2022-07-28T09:14:30.199246Z", + "iopub.status.busy": "2022-07-28T09:14:30.198439Z", + "iopub.status.idle": "2022-07-28T09:14:30.242110Z", + "shell.execute_reply": "2022-07-28T09:14:30.242836Z" } }, "outputs": [], @@ -66,10 +66,10 @@ "id": "73a6b7da-1eb7-407d-be81-3b8a8cc4a42c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.697786Z", - "iopub.status.busy": "2022-07-26T11:16:17.697345Z", - "iopub.status.idle": "2022-07-26T11:16:17.698778Z", - "shell.execute_reply": "2022-07-26T11:16:17.699143Z" + "iopub.execute_input": "2022-07-28T09:14:30.246745Z", + "iopub.status.busy": "2022-07-28T09:14:30.246242Z", + "iopub.status.idle": "2022-07-28T09:14:30.247570Z", + "shell.execute_reply": "2022-07-28T09:14:30.247882Z" } }, "outputs": [], @@ -98,10 +98,10 @@ "id": "4fe5a61e-a52d-4c8b-be8a-c2443667d6ec", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.702186Z", - "iopub.status.busy": "2022-07-26T11:16:17.701753Z", - "iopub.status.idle": "2022-07-26T11:16:17.703854Z", - "shell.execute_reply": "2022-07-26T11:16:17.704154Z" + "iopub.execute_input": "2022-07-28T09:14:30.252526Z", + "iopub.status.busy": "2022-07-28T09:14:30.251995Z", + "iopub.status.idle": "2022-07-28T09:14:30.254407Z", + "shell.execute_reply": "2022-07-28T09:14:30.254630Z" } }, "outputs": [ @@ -162,10 +162,10 @@ "id": "eb84a8ae", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.710358Z", - "iopub.status.busy": "2022-07-26T11:16:17.709948Z", - "iopub.status.idle": "2022-07-26T11:16:17.711618Z", - "shell.execute_reply": "2022-07-26T11:16:17.711874Z" + "iopub.execute_input": "2022-07-28T09:14:30.260338Z", + "iopub.status.busy": "2022-07-28T09:14:30.259957Z", + "iopub.status.idle": "2022-07-28T09:14:30.261430Z", + "shell.execute_reply": "2022-07-28T09:14:30.261615Z" } }, "outputs": [ @@ -199,10 +199,10 @@ "id": "ee21ba6d", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.714741Z", - "iopub.status.busy": "2022-07-26T11:16:17.714323Z", - "iopub.status.idle": "2022-07-26T11:16:17.716014Z", - "shell.execute_reply": "2022-07-26T11:16:17.716267Z" + "iopub.execute_input": "2022-07-28T09:14:30.264094Z", + "iopub.status.busy": "2022-07-28T09:14:30.263735Z", + "iopub.status.idle": "2022-07-28T09:14:30.265390Z", + "shell.execute_reply": "2022-07-28T09:14:30.265655Z" } }, "outputs": [ @@ -245,10 +245,10 @@ "id": "fe1c29be-24f1-41a0-956a-8437cafae22c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.718610Z", - "iopub.status.busy": "2022-07-26T11:16:17.718234Z", - "iopub.status.idle": "2022-07-26T11:16:17.719845Z", - "shell.execute_reply": "2022-07-26T11:16:17.720104Z" + "iopub.execute_input": "2022-07-28T09:14:30.268187Z", + "iopub.status.busy": "2022-07-28T09:14:30.267873Z", + "iopub.status.idle": "2022-07-28T09:14:30.269294Z", + "shell.execute_reply": "2022-07-28T09:14:30.269499Z" } }, "outputs": [ @@ -282,10 +282,10 @@ "id": "0cc4b10e-97fe-4620-8a83-16efb0cca58c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.722689Z", - "iopub.status.busy": "2022-07-26T11:16:17.722313Z", - "iopub.status.idle": "2022-07-26T11:16:17.723610Z", - "shell.execute_reply": "2022-07-26T11:16:17.723855Z" + "iopub.execute_input": "2022-07-28T09:14:30.272363Z", + "iopub.status.busy": "2022-07-28T09:14:30.272027Z", + "iopub.status.idle": "2022-07-28T09:14:30.273317Z", + "shell.execute_reply": "2022-07-28T09:14:30.273511Z" } }, "outputs": [ @@ -345,10 +345,10 @@ "id": "ad67e6a7-7f6b-49c3-a360-d3ce7711318b", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.726057Z", - "iopub.status.busy": "2022-07-26T11:16:17.725721Z", - "iopub.status.idle": "2022-07-26T11:16:17.727144Z", - "shell.execute_reply": "2022-07-26T11:16:17.727408Z" + "iopub.execute_input": "2022-07-28T09:14:30.275737Z", + "iopub.status.busy": "2022-07-28T09:14:30.275442Z", + "iopub.status.idle": "2022-07-28T09:14:30.276906Z", + "shell.execute_reply": "2022-07-28T09:14:30.277094Z" } }, "outputs": [ @@ -374,10 +374,10 @@ "id": "9cf1d2bf-24a6-4035-8744-29f19d05aead", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.729622Z", - "iopub.status.busy": "2022-07-26T11:16:17.729286Z", - "iopub.status.idle": "2022-07-26T11:16:17.730835Z", - "shell.execute_reply": "2022-07-26T11:16:17.731029Z" + "iopub.execute_input": "2022-07-28T09:14:30.279009Z", + "iopub.status.busy": "2022-07-28T09:14:30.278703Z", + "iopub.status.idle": "2022-07-28T09:14:30.280052Z", + "shell.execute_reply": "2022-07-28T09:14:30.280272Z" } }, "outputs": [ @@ -403,10 +403,10 @@ "id": "c3c59f51-69cd-48bf-a173-c4442680596e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.733133Z", - "iopub.status.busy": "2022-07-26T11:16:17.732786Z", - "iopub.status.idle": "2022-07-26T11:16:17.733990Z", - "shell.execute_reply": "2022-07-26T11:16:17.734195Z" + "iopub.execute_input": "2022-07-28T09:14:30.282645Z", + "iopub.status.busy": "2022-07-28T09:14:30.282265Z", + "iopub.status.idle": "2022-07-28T09:14:30.283664Z", + "shell.execute_reply": "2022-07-28T09:14:30.283904Z" } }, "outputs": [ @@ -442,10 +442,10 @@ "id": "ce9a45c2", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.736401Z", - "iopub.status.busy": "2022-07-26T11:16:17.736085Z", - "iopub.status.idle": "2022-07-26T11:16:17.737550Z", - "shell.execute_reply": "2022-07-26T11:16:17.737754Z" + "iopub.execute_input": "2022-07-28T09:14:30.287029Z", + "iopub.status.busy": "2022-07-28T09:14:30.286644Z", + "iopub.status.idle": "2022-07-28T09:14:30.288169Z", + "shell.execute_reply": "2022-07-28T09:14:30.288353Z" } }, "outputs": [ @@ -489,10 +489,10 @@ "id": "b1e06de9-b6b3-4d32-bc32-0448fd7c58d2", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.739844Z", - "iopub.status.busy": "2022-07-26T11:16:17.739494Z", - "iopub.status.idle": "2022-07-26T11:16:17.740780Z", - "shell.execute_reply": "2022-07-26T11:16:17.740968Z" + "iopub.execute_input": "2022-07-28T09:14:30.290401Z", + "iopub.status.busy": "2022-07-28T09:14:30.290101Z", + "iopub.status.idle": "2022-07-28T09:14:30.291501Z", + "shell.execute_reply": "2022-07-28T09:14:30.291680Z" } }, "outputs": [ @@ -526,10 +526,10 @@ "id": "71fbaa57", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.743398Z", - "iopub.status.busy": "2022-07-26T11:16:17.743068Z", - "iopub.status.idle": "2022-07-26T11:16:17.744172Z", - "shell.execute_reply": "2022-07-26T11:16:17.744412Z" + "iopub.execute_input": "2022-07-28T09:14:30.293883Z", + "iopub.status.busy": "2022-07-28T09:14:30.293599Z", + "iopub.status.idle": "2022-07-28T09:14:30.294631Z", + "shell.execute_reply": "2022-07-28T09:14:30.294850Z" } }, "outputs": [ @@ -580,10 +580,10 @@ "id": "71031e74-ae72-4d82-9b81-225afec410bb", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.746393Z", - "iopub.status.busy": "2022-07-26T11:16:17.746094Z", - "iopub.status.idle": "2022-07-26T11:16:17.747220Z", - "shell.execute_reply": "2022-07-26T11:16:17.747395Z" + "iopub.execute_input": "2022-07-28T09:14:30.296738Z", + "iopub.status.busy": "2022-07-28T09:14:30.296453Z", + "iopub.status.idle": "2022-07-28T09:14:30.297499Z", + "shell.execute_reply": "2022-07-28T09:14:30.297675Z" } }, "outputs": [ @@ -611,10 +611,10 @@ "id": "f8191a15-881e-4ee5-900c-69516990c14e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.749089Z", - "iopub.status.busy": "2022-07-26T11:16:17.748787Z", - "iopub.status.idle": "2022-07-26T11:16:17.750032Z", - "shell.execute_reply": "2022-07-26T11:16:17.750205Z" + "iopub.execute_input": "2022-07-28T09:14:30.299706Z", + "iopub.status.busy": "2022-07-28T09:14:30.299354Z", + "iopub.status.idle": "2022-07-28T09:14:30.300742Z", + "shell.execute_reply": "2022-07-28T09:14:30.300940Z" } }, "outputs": [ @@ -650,10 +650,10 @@ "id": "93395317-8276-404e-ad14-2f67d0374c7e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.751892Z", - "iopub.status.busy": "2022-07-26T11:16:17.751576Z", - "iopub.status.idle": "2022-07-26T11:16:17.753019Z", - "shell.execute_reply": "2022-07-26T11:16:17.753176Z" + "iopub.execute_input": "2022-07-28T09:14:30.303448Z", + "iopub.status.busy": "2022-07-28T09:14:30.303149Z", + "iopub.status.idle": "2022-07-28T09:14:30.304550Z", + "shell.execute_reply": "2022-07-28T09:14:30.304348Z" } }, "outputs": [ @@ -702,10 +702,10 @@ "id": "783f546d-808c-4766-8cac-efd46a7bdf20", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.754863Z", - "iopub.status.busy": "2022-07-26T11:16:17.754533Z", - "iopub.status.idle": "2022-07-26T11:16:17.756058Z", - "shell.execute_reply": "2022-07-26T11:16:17.756214Z" + "iopub.execute_input": "2022-07-28T09:14:30.306823Z", + "iopub.status.busy": "2022-07-28T09:14:30.306512Z", + "iopub.status.idle": "2022-07-28T09:14:30.307807Z", + "shell.execute_reply": "2022-07-28T09:14:30.307981Z" } }, "outputs": [ @@ -733,10 +733,10 @@ "id": "dc472885-517b-4afc-9e0d-de158f6df702", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.757902Z", - "iopub.status.busy": "2022-07-26T11:16:17.757571Z", - "iopub.status.idle": "2022-07-26T11:16:17.758925Z", - "shell.execute_reply": "2022-07-26T11:16:17.759109Z" + "iopub.execute_input": "2022-07-28T09:14:30.309885Z", + "iopub.status.busy": "2022-07-28T09:14:30.309592Z", + "iopub.status.idle": "2022-07-28T09:14:30.310601Z", + "shell.execute_reply": "2022-07-28T09:14:30.310823Z" } }, "outputs": [ @@ -783,10 +783,10 @@ "id": "277c4694-b6f1-4b5b-ba55-1bd988620ba2", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.761056Z", - "iopub.status.busy": "2022-07-26T11:16:17.760773Z", - "iopub.status.idle": "2022-07-26T11:16:17.761846Z", - "shell.execute_reply": "2022-07-26T11:16:17.762019Z" + "iopub.execute_input": "2022-07-28T09:14:30.312702Z", + "iopub.status.busy": "2022-07-28T09:14:30.312385Z", + "iopub.status.idle": "2022-07-28T09:14:30.313570Z", + "shell.execute_reply": "2022-07-28T09:14:30.313746Z" } }, "outputs": [ @@ -814,10 +814,10 @@ "id": "c56cebf4-8a11-4cd5-b2d4-cf8dfffc5216", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.763853Z", - "iopub.status.busy": "2022-07-26T11:16:17.763552Z", - "iopub.status.idle": "2022-07-26T11:16:17.764694Z", - "shell.execute_reply": "2022-07-26T11:16:17.764869Z" + "iopub.execute_input": "2022-07-28T09:14:30.315930Z", + "iopub.status.busy": "2022-07-28T09:14:30.315583Z", + "iopub.status.idle": "2022-07-28T09:14:30.316933Z", + "shell.execute_reply": "2022-07-28T09:14:30.317103Z" } }, "outputs": [ @@ -865,10 +865,10 @@ "id": "d548be02-a799-49b3-95a1-15a8eefbd4a6", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.766823Z", - "iopub.status.busy": "2022-07-26T11:16:17.766528Z", - "iopub.status.idle": "2022-07-26T11:16:17.767557Z", - "shell.execute_reply": "2022-07-26T11:16:17.767734Z" + "iopub.execute_input": "2022-07-28T09:14:30.319234Z", + "iopub.status.busy": "2022-07-28T09:14:30.318941Z", + "iopub.status.idle": "2022-07-28T09:14:30.320201Z", + "shell.execute_reply": "2022-07-28T09:14:30.320413Z" } }, "outputs": [ @@ -904,10 +904,10 @@ "id": "44ba76bd-4d33-4bf3-bbd3-0c6e1b538de3", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.769558Z", - "iopub.status.busy": "2022-07-26T11:16:17.769248Z", - "iopub.status.idle": "2022-07-26T11:16:17.770417Z", - "shell.execute_reply": "2022-07-26T11:16:17.770592Z" + "iopub.execute_input": "2022-07-28T09:14:30.322446Z", + "iopub.status.busy": "2022-07-28T09:14:30.322168Z", + "iopub.status.idle": "2022-07-28T09:14:30.323232Z", + "shell.execute_reply": "2022-07-28T09:14:30.323446Z" } }, "outputs": [ @@ -943,10 +943,10 @@ "id": "a8872553-71f4-4bdd-ad35-1840ae132384", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.772254Z", - "iopub.status.busy": "2022-07-26T11:16:17.771962Z", - "iopub.status.idle": "2022-07-26T11:16:17.772948Z", - "shell.execute_reply": "2022-07-26T11:16:17.773172Z" + "iopub.execute_input": "2022-07-28T09:14:30.324793Z", + "iopub.status.busy": "2022-07-28T09:14:30.324507Z", + "iopub.status.idle": "2022-07-28T09:14:30.326213Z", + "shell.execute_reply": "2022-07-28T09:14:30.326038Z" } }, "outputs": [ @@ -993,10 +993,10 @@ "id": "501e1f27-1074-4c91-8f85-230ce5e46718", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.774961Z", - "iopub.status.busy": "2022-07-26T11:16:17.774664Z", - "iopub.status.idle": "2022-07-26T11:16:17.775961Z", - "shell.execute_reply": "2022-07-26T11:16:17.775769Z" + "iopub.execute_input": "2022-07-28T09:14:30.327998Z", + "iopub.status.busy": "2022-07-28T09:14:30.327698Z", + "iopub.status.idle": "2022-07-28T09:14:30.328945Z", + "shell.execute_reply": "2022-07-28T09:14:30.329165Z" } }, "outputs": [ @@ -1032,10 +1032,10 @@ "id": "20f53dc1-ba97-4225-b1dd-eaef6bafb3fe", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.777639Z", - "iopub.status.busy": "2022-07-26T11:16:17.777311Z", - "iopub.status.idle": "2022-07-26T11:16:17.778722Z", - "shell.execute_reply": "2022-07-26T11:16:17.778893Z" + "iopub.execute_input": "2022-07-28T09:14:30.331255Z", + "iopub.status.busy": "2022-07-28T09:14:30.330861Z", + "iopub.status.idle": "2022-07-28T09:14:30.332066Z", + "shell.execute_reply": "2022-07-28T09:14:30.332345Z" } }, "outputs": [ @@ -1071,10 +1071,10 @@ "id": "4552c36f-801c-4b22-ad1e-434de8c6df09", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.780829Z", - "iopub.status.busy": "2022-07-26T11:16:17.780535Z", - "iopub.status.idle": "2022-07-26T11:16:17.781834Z", - "shell.execute_reply": "2022-07-26T11:16:17.781672Z" + "iopub.execute_input": "2022-07-28T09:14:30.334395Z", + "iopub.status.busy": "2022-07-28T09:14:30.334037Z", + "iopub.status.idle": "2022-07-28T09:14:30.335545Z", + "shell.execute_reply": "2022-07-28T09:14:30.335716Z" } }, "outputs": [ @@ -1121,10 +1121,10 @@ "id": "da93171a-26b3-4803-b575-9246710fb336", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.783935Z", - "iopub.status.busy": "2022-07-26T11:16:17.783635Z", - "iopub.status.idle": "2022-07-26T11:16:17.784707Z", - "shell.execute_reply": "2022-07-26T11:16:17.784933Z" + "iopub.execute_input": "2022-07-28T09:14:30.337848Z", + "iopub.status.busy": "2022-07-28T09:14:30.337565Z", + "iopub.status.idle": "2022-07-28T09:14:30.338833Z", + "shell.execute_reply": "2022-07-28T09:14:30.339046Z" } }, "outputs": [ @@ -1162,10 +1162,10 @@ "id": "c492c3fc-e3ff-47b4-bae3-3fddf2bf14d7", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.787033Z", - "iopub.status.busy": "2022-07-26T11:16:17.786739Z", - "iopub.status.idle": "2022-07-26T11:16:17.787872Z", - "shell.execute_reply": "2022-07-26T11:16:17.788048Z" + "iopub.execute_input": "2022-07-28T09:14:30.341095Z", + "iopub.status.busy": "2022-07-28T09:14:30.340807Z", + "iopub.status.idle": "2022-07-28T09:14:30.341837Z", + "shell.execute_reply": "2022-07-28T09:14:30.342123Z" } }, "outputs": [ @@ -1201,10 +1201,10 @@ "id": "8d7aee64-5999-425c-96a4-55e67f3a2508", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.789952Z", - "iopub.status.busy": "2022-07-26T11:16:17.789677Z", - "iopub.status.idle": "2022-07-26T11:16:17.790934Z", - "shell.execute_reply": "2022-07-26T11:16:17.791116Z" + "iopub.execute_input": "2022-07-28T09:14:30.344103Z", + "iopub.status.busy": "2022-07-28T09:14:30.343827Z", + "iopub.status.idle": "2022-07-28T09:14:30.345026Z", + "shell.execute_reply": "2022-07-28T09:14:30.345196Z" } }, "outputs": [ @@ -1236,10 +1236,10 @@ "id": "9f923988-31d1-41cd-a55a-c177cdc06e04", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.792964Z", - "iopub.status.busy": "2022-07-26T11:16:17.792686Z", - "iopub.status.idle": "2022-07-26T11:16:17.793885Z", - "shell.execute_reply": "2022-07-26T11:16:17.794048Z" + "iopub.execute_input": "2022-07-28T09:14:30.347101Z", + "iopub.status.busy": "2022-07-28T09:14:30.346800Z", + "iopub.status.idle": "2022-07-28T09:14:30.348156Z", + "shell.execute_reply": "2022-07-28T09:14:30.348428Z" } }, "outputs": [ @@ -1266,10 +1266,10 @@ "id": "34d28f12-020f-43fd-848f-7dbb39c7e4ac", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.795921Z", - "iopub.status.busy": "2022-07-26T11:16:17.795623Z", - "iopub.status.idle": "2022-07-26T11:16:17.796716Z", - "shell.execute_reply": "2022-07-26T11:16:17.796946Z" + "iopub.execute_input": "2022-07-28T09:14:30.350956Z", + "iopub.status.busy": "2022-07-28T09:14:30.350634Z", + "iopub.status.idle": "2022-07-28T09:14:30.351808Z", + "shell.execute_reply": "2022-07-28T09:14:30.352034Z" } }, "outputs": [ @@ -1320,10 +1320,10 @@ "id": "3264d0d0-1d4a-4e21-acea-ab682872a2e4", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.798960Z", - "iopub.status.busy": "2022-07-26T11:16:17.798673Z", - "iopub.status.idle": "2022-07-26T11:16:17.799778Z", - "shell.execute_reply": "2022-07-26T11:16:17.800021Z" + "iopub.execute_input": "2022-07-28T09:14:30.354420Z", + "iopub.status.busy": "2022-07-28T09:14:30.354076Z", + "iopub.status.idle": "2022-07-28T09:14:30.355108Z", + "shell.execute_reply": "2022-07-28T09:14:30.355414Z" } }, "outputs": [ @@ -1373,10 +1373,10 @@ "id": "4c4f5c58-9aba-4458-a9d3-61a21fda981a", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.801786Z", - "iopub.status.busy": "2022-07-26T11:16:17.801512Z", - "iopub.status.idle": "2022-07-26T11:16:17.802841Z", - "shell.execute_reply": "2022-07-26T11:16:17.802675Z" + "iopub.execute_input": "2022-07-28T09:14:30.357378Z", + "iopub.status.busy": "2022-07-28T09:14:30.357050Z", + "iopub.status.idle": "2022-07-28T09:14:30.358443Z", + "shell.execute_reply": "2022-07-28T09:14:30.358680Z" } }, "outputs": [ @@ -1402,10 +1402,10 @@ "id": "03de17e3-8f67-4acc-9560-984cfdbfc09c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.804631Z", - "iopub.status.busy": "2022-07-26T11:16:17.804323Z", - "iopub.status.idle": "2022-07-26T11:16:17.805420Z", - "shell.execute_reply": "2022-07-26T11:16:17.805592Z" + "iopub.execute_input": "2022-07-28T09:14:30.360510Z", + "iopub.status.busy": "2022-07-28T09:14:30.360231Z", + "iopub.status.idle": "2022-07-28T09:14:30.361475Z", + "shell.execute_reply": "2022-07-28T09:14:30.361693Z" } }, "outputs": [ @@ -1440,10 +1440,10 @@ "id": "3ce26d6a-9e10-4a44-895a-a4b0ca7690db", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.807462Z", - "iopub.status.busy": "2022-07-26T11:16:17.807179Z", - "iopub.status.idle": "2022-07-26T11:16:17.808212Z", - "shell.execute_reply": "2022-07-26T11:16:17.808379Z" + "iopub.execute_input": "2022-07-28T09:14:30.363612Z", + "iopub.status.busy": "2022-07-28T09:14:30.363336Z", + "iopub.status.idle": "2022-07-28T09:14:30.364445Z", + "shell.execute_reply": "2022-07-28T09:14:30.364643Z" } }, "outputs": [ @@ -1490,10 +1490,10 @@ "id": "b623b7b8-7187-4ca4-9392-93ec47c313d3", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.810308Z", - "iopub.status.busy": "2022-07-26T11:16:17.810024Z", - "iopub.status.idle": "2022-07-26T11:16:17.811536Z", - "shell.execute_reply": "2022-07-26T11:16:17.811754Z" + "iopub.execute_input": "2022-07-28T09:14:30.367757Z", + "iopub.status.busy": "2022-07-28T09:14:30.367437Z", + "iopub.status.idle": "2022-07-28T09:14:30.368673Z", + "shell.execute_reply": "2022-07-28T09:14:30.368894Z" } }, "outputs": [ @@ -1541,10 +1541,10 @@ "id": "82609542-fdbf-45be-9549-25c105538610", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.813666Z", - "iopub.status.busy": "2022-07-26T11:16:17.813346Z", - "iopub.status.idle": "2022-07-26T11:16:17.814914Z", - "shell.execute_reply": "2022-07-26T11:16:17.815084Z" + "iopub.execute_input": "2022-07-28T09:14:30.371480Z", + "iopub.status.busy": "2022-07-28T09:14:30.371196Z", + "iopub.status.idle": "2022-07-28T09:14:30.372295Z", + "shell.execute_reply": "2022-07-28T09:14:30.372472Z" } }, "outputs": [ @@ -1588,10 +1588,10 @@ "id": "67ad6148-7053-4810-84d2-910fbff8f94c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.816835Z", - "iopub.status.busy": "2022-07-26T11:16:17.816533Z", - "iopub.status.idle": "2022-07-26T11:16:17.817939Z", - "shell.execute_reply": "2022-07-26T11:16:17.818154Z" + "iopub.execute_input": "2022-07-28T09:14:30.374439Z", + "iopub.status.busy": "2022-07-28T09:14:30.374124Z", + "iopub.status.idle": "2022-07-28T09:14:30.375445Z", + "shell.execute_reply": "2022-07-28T09:14:30.375613Z" } }, "outputs": [ @@ -1631,10 +1631,10 @@ "id": "6886ed85-1565-4f57-b59a-eda5a46f7c5f", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.820668Z", - "iopub.status.busy": "2022-07-26T11:16:17.820382Z", - "iopub.status.idle": "2022-07-26T11:16:17.821597Z", - "shell.execute_reply": "2022-07-26T11:16:17.821820Z" + "iopub.execute_input": "2022-07-28T09:14:30.378254Z", + "iopub.status.busy": "2022-07-28T09:14:30.377969Z", + "iopub.status.idle": "2022-07-28T09:14:30.379062Z", + "shell.execute_reply": "2022-07-28T09:14:30.379285Z" } }, "outputs": [ @@ -1697,10 +1697,10 @@ "id": "aa813611-86df-4ba2-8d8c-cfef78b5ebf0", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.823850Z", - "iopub.status.busy": "2022-07-26T11:16:17.823570Z", - "iopub.status.idle": "2022-07-26T11:16:17.824648Z", - "shell.execute_reply": "2022-07-26T11:16:17.824798Z" + "iopub.execute_input": "2022-07-28T09:14:30.381481Z", + "iopub.status.busy": "2022-07-28T09:14:30.381141Z", + "iopub.status.idle": "2022-07-28T09:14:30.382399Z", + "shell.execute_reply": "2022-07-28T09:14:30.382657Z" } }, "outputs": [ @@ -1752,10 +1752,10 @@ "id": "58bfe8ec-bc5a-49f3-8871-e0fb992c082c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.826933Z", - "iopub.status.busy": "2022-07-26T11:16:17.826625Z", - "iopub.status.idle": "2022-07-26T11:16:17.827825Z", - "shell.execute_reply": "2022-07-26T11:16:17.828038Z" + "iopub.execute_input": "2022-07-28T09:14:30.385188Z", + "iopub.status.busy": "2022-07-28T09:14:30.384903Z", + "iopub.status.idle": "2022-07-28T09:14:30.386037Z", + "shell.execute_reply": "2022-07-28T09:14:30.386254Z" } }, "outputs": [ @@ -1807,10 +1807,10 @@ "id": "d3edba00", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.830178Z", - "iopub.status.busy": "2022-07-26T11:16:17.829882Z", - "iopub.status.idle": "2022-07-26T11:16:17.830996Z", - "shell.execute_reply": "2022-07-26T11:16:17.831211Z" + "iopub.execute_input": "2022-07-28T09:14:30.388430Z", + "iopub.status.busy": "2022-07-28T09:14:30.388149Z", + "iopub.status.idle": "2022-07-28T09:14:30.389281Z", + "shell.execute_reply": "2022-07-28T09:14:30.389507Z" } }, "outputs": [ @@ -1854,10 +1854,10 @@ "id": "d9090f0c-d163-4441-977d-8904931d4075", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.833213Z", - "iopub.status.busy": "2022-07-26T11:16:17.832942Z", - "iopub.status.idle": "2022-07-26T11:16:17.834053Z", - "shell.execute_reply": "2022-07-26T11:16:17.834202Z" + "iopub.execute_input": "2022-07-28T09:14:30.391955Z", + "iopub.status.busy": "2022-07-28T09:14:30.391563Z", + "iopub.status.idle": "2022-07-28T09:14:30.392669Z", + "shell.execute_reply": "2022-07-28T09:14:30.392952Z" } }, "outputs": [ @@ -1909,10 +1909,10 @@ "id": "7b4e76a3-db17-4425-93b6-2f179dbb8417", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.836273Z", - "iopub.status.busy": "2022-07-26T11:16:17.836006Z", - "iopub.status.idle": "2022-07-26T11:16:17.837185Z", - "shell.execute_reply": "2022-07-26T11:16:17.837459Z" + "iopub.execute_input": "2022-07-28T09:14:30.395220Z", + "iopub.status.busy": "2022-07-28T09:14:30.394931Z", + "iopub.status.idle": "2022-07-28T09:14:30.396934Z", + "shell.execute_reply": "2022-07-28T09:14:30.397082Z" } }, "outputs": [ @@ -1955,10 +1955,10 @@ "id": "8ed3c47c-70e5-46fb-8305-3cb04050aaa5", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.839611Z", - "iopub.status.busy": "2022-07-26T11:16:17.839256Z", - "iopub.status.idle": "2022-07-26T11:16:17.840396Z", - "shell.execute_reply": "2022-07-26T11:16:17.840568Z" + "iopub.execute_input": "2022-07-28T09:14:30.399316Z", + "iopub.status.busy": "2022-07-28T09:14:30.398965Z", + "iopub.status.idle": "2022-07-28T09:14:30.400164Z", + "shell.execute_reply": "2022-07-28T09:14:30.400415Z" } }, "outputs": [ @@ -2001,10 +2001,10 @@ "id": "35ec25b4-5741-4a4e-b365-f8ba690936c9", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.842949Z", - "iopub.status.busy": "2022-07-26T11:16:17.842675Z", - "iopub.status.idle": "2022-07-26T11:16:17.843656Z", - "shell.execute_reply": "2022-07-26T11:16:17.843943Z" + "iopub.execute_input": "2022-07-28T09:14:30.403103Z", + "iopub.status.busy": "2022-07-28T09:14:30.402815Z", + "iopub.status.idle": "2022-07-28T09:14:30.403939Z", + "shell.execute_reply": "2022-07-28T09:14:30.404110Z" } }, "outputs": [ @@ -2064,10 +2064,10 @@ "id": "8b01cb18-a6c4-4fd4-a4a0-2620ee3949ad", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.845841Z", - "iopub.status.busy": "2022-07-26T11:16:17.845564Z", - "iopub.status.idle": "2022-07-26T11:16:17.846974Z", - "shell.execute_reply": "2022-07-26T11:16:17.846810Z" + "iopub.execute_input": "2022-07-28T09:14:30.406088Z", + "iopub.status.busy": "2022-07-28T09:14:30.405813Z", + "iopub.status.idle": "2022-07-28T09:14:30.406850Z", + "shell.execute_reply": "2022-07-28T09:14:30.407028Z" } }, "outputs": [ @@ -2102,10 +2102,10 @@ "id": "45fc2398-f296-4f39-86ed-f53bfc9e4c67", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.848696Z", - "iopub.status.busy": "2022-07-26T11:16:17.848424Z", - "iopub.status.idle": "2022-07-26T11:16:17.849604Z", - "shell.execute_reply": "2022-07-26T11:16:17.849781Z" + "iopub.execute_input": "2022-07-28T09:14:30.408648Z", + "iopub.status.busy": "2022-07-28T09:14:30.408361Z", + "iopub.status.idle": "2022-07-28T09:14:30.409742Z", + "shell.execute_reply": "2022-07-28T09:14:30.409900Z" } }, "outputs": [ @@ -2137,10 +2137,10 @@ "id": "26a57ef0-2ce1-4772-a2de-2b020c9c70e5", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.851896Z", - "iopub.status.busy": "2022-07-26T11:16:17.851590Z", - "iopub.status.idle": "2022-07-26T11:16:17.852772Z", - "shell.execute_reply": "2022-07-26T11:16:17.852926Z" + "iopub.execute_input": "2022-07-28T09:14:30.411916Z", + "iopub.status.busy": "2022-07-28T09:14:30.411606Z", + "iopub.status.idle": "2022-07-28T09:14:30.412956Z", + "shell.execute_reply": "2022-07-28T09:14:30.413108Z" } }, "outputs": [ @@ -2195,10 +2195,10 @@ "id": "e99ca204-fb1f-43fd-a72d-d648d5dafd44", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.855659Z", - "iopub.status.busy": "2022-07-26T11:16:17.855358Z", - "iopub.status.idle": "2022-07-26T11:16:17.856534Z", - "shell.execute_reply": "2022-07-26T11:16:17.856709Z" + "iopub.execute_input": "2022-07-28T09:14:30.415677Z", + "iopub.status.busy": "2022-07-28T09:14:30.415106Z", + "iopub.status.idle": "2022-07-28T09:14:30.417106Z", + "shell.execute_reply": "2022-07-28T09:14:30.417265Z" } }, "outputs": [ @@ -2260,10 +2260,10 @@ "id": "13241c4a-a0fb-406c-97e3-449b46f09415", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.859067Z", - "iopub.status.busy": "2022-07-26T11:16:17.858771Z", - "iopub.status.idle": "2022-07-26T11:16:17.859986Z", - "shell.execute_reply": "2022-07-26T11:16:17.860204Z" + "iopub.execute_input": "2022-07-28T09:14:30.420137Z", + "iopub.status.busy": "2022-07-28T09:14:30.419787Z", + "iopub.status.idle": "2022-07-28T09:14:30.421006Z", + "shell.execute_reply": "2022-07-28T09:14:30.421254Z" } }, "outputs": [ @@ -2317,10 +2317,10 @@ "id": "04d12aff-1a71-4e41-a62a-0dfe520fa284", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:17.862527Z", - "iopub.status.busy": "2022-07-26T11:16:17.862248Z", - "iopub.status.idle": "2022-07-26T11:16:17.863389Z", - "shell.execute_reply": "2022-07-26T11:16:17.863571Z" + "iopub.execute_input": "2022-07-28T09:14:30.423996Z", + "iopub.status.busy": "2022-07-28T09:14:30.423715Z", + "iopub.status.idle": "2022-07-28T09:14:30.424732Z", + "shell.execute_reply": "2022-07-28T09:14:30.425017Z" } }, "outputs": [ diff --git a/docs/tests/using-nodes.ipynb b/docs/tests/using-nodes.ipynb index 7194185..e5fdff5 100644 --- a/docs/tests/using-nodes.ipynb +++ b/docs/tests/using-nodes.ipynb @@ -19,10 +19,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.553600Z", - "iopub.status.busy": "2022-07-26T11:16:19.552832Z", - "iopub.status.idle": "2022-07-26T11:16:19.570448Z", - "shell.execute_reply": "2022-07-26T11:16:19.570823Z" + "iopub.execute_input": "2022-07-28T09:14:32.123308Z", + "iopub.status.busy": "2022-07-28T09:14:32.122415Z", + "iopub.status.idle": "2022-07-28T09:14:32.145674Z", + "shell.execute_reply": "2022-07-28T09:14:32.146060Z" } }, "outputs": [], @@ -42,10 +42,10 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.576557Z", - "iopub.status.busy": "2022-07-26T11:16:19.575989Z", - "iopub.status.idle": "2022-07-26T11:16:19.577437Z", - "shell.execute_reply": "2022-07-26T11:16:19.577733Z" + "iopub.execute_input": "2022-07-28T09:14:32.152718Z", + "iopub.status.busy": "2022-07-28T09:14:32.152155Z", + "iopub.status.idle": "2022-07-28T09:14:32.153951Z", + "shell.execute_reply": "2022-07-28T09:14:32.154331Z" } }, "outputs": [], @@ -121,10 +121,10 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.585888Z", - "iopub.status.busy": "2022-07-26T11:16:19.585394Z", - "iopub.status.idle": "2022-07-26T11:16:19.588027Z", - "shell.execute_reply": "2022-07-26T11:16:19.588327Z" + "iopub.execute_input": "2022-07-28T09:14:32.163928Z", + "iopub.status.busy": "2022-07-28T09:14:32.163374Z", + "iopub.status.idle": "2022-07-28T09:14:32.166358Z", + "shell.execute_reply": "2022-07-28T09:14:32.166701Z" } }, "outputs": [ @@ -161,10 +161,10 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.592113Z", - "iopub.status.busy": "2022-07-26T11:16:19.591704Z", - "iopub.status.idle": "2022-07-26T11:16:19.593407Z", - "shell.execute_reply": "2022-07-26T11:16:19.593688Z" + "iopub.execute_input": "2022-07-28T09:14:32.171530Z", + "iopub.status.busy": "2022-07-28T09:14:32.171074Z", + "iopub.status.idle": "2022-07-28T09:14:32.172940Z", + "shell.execute_reply": "2022-07-28T09:14:32.173246Z" } }, "outputs": [ @@ -199,10 +199,10 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.597069Z", - "iopub.status.busy": "2022-07-26T11:16:19.596666Z", - "iopub.status.idle": "2022-07-26T11:16:19.598069Z", - "shell.execute_reply": "2022-07-26T11:16:19.598425Z" + "iopub.execute_input": "2022-07-28T09:14:32.176718Z", + "iopub.status.busy": "2022-07-28T09:14:32.176259Z", + "iopub.status.idle": "2022-07-28T09:14:32.178046Z", + "shell.execute_reply": "2022-07-28T09:14:32.178302Z" } }, "outputs": [ @@ -239,10 +239,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.600645Z", - "iopub.status.busy": "2022-07-26T11:16:19.600290Z", - "iopub.status.idle": "2022-07-26T11:16:19.601552Z", - "shell.execute_reply": "2022-07-26T11:16:19.601795Z" + "iopub.execute_input": "2022-07-28T09:14:32.180699Z", + "iopub.status.busy": "2022-07-28T09:14:32.180306Z", + "iopub.status.idle": "2022-07-28T09:14:32.181656Z", + "shell.execute_reply": "2022-07-28T09:14:32.181864Z" } }, "outputs": [], @@ -281,10 +281,10 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.604150Z", - "iopub.status.busy": "2022-07-26T11:16:19.603795Z", - "iopub.status.idle": "2022-07-26T11:16:19.605370Z", - "shell.execute_reply": "2022-07-26T11:16:19.605594Z" + "iopub.execute_input": "2022-07-28T09:14:32.184381Z", + "iopub.status.busy": "2022-07-28T09:14:32.183940Z", + "iopub.status.idle": "2022-07-28T09:14:32.185369Z", + "shell.execute_reply": "2022-07-28T09:14:32.185593Z" } }, "outputs": [ @@ -316,10 +316,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.607856Z", - "iopub.status.busy": "2022-07-26T11:16:19.607474Z", - "iopub.status.idle": "2022-07-26T11:16:19.608946Z", - "shell.execute_reply": "2022-07-26T11:16:19.609211Z" + "iopub.execute_input": "2022-07-28T09:14:32.187888Z", + "iopub.status.busy": "2022-07-28T09:14:32.187556Z", + "iopub.status.idle": "2022-07-28T09:14:32.189015Z", + "shell.execute_reply": "2022-07-28T09:14:32.189204Z" } }, "outputs": [ @@ -352,10 +352,10 @@ "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.612299Z", - "iopub.status.busy": "2022-07-26T11:16:19.611946Z", - "iopub.status.idle": "2022-07-26T11:16:19.613346Z", - "shell.execute_reply": "2022-07-26T11:16:19.613595Z" + "iopub.execute_input": "2022-07-28T09:14:32.192221Z", + "iopub.status.busy": "2022-07-28T09:14:32.191889Z", + "iopub.status.idle": "2022-07-28T09:14:32.193229Z", + "shell.execute_reply": "2022-07-28T09:14:32.193545Z" } }, "outputs": [ @@ -415,10 +415,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.615927Z", - "iopub.status.busy": "2022-07-26T11:16:19.615590Z", - "iopub.status.idle": "2022-07-26T11:16:19.616922Z", - "shell.execute_reply": "2022-07-26T11:16:19.617177Z" + "iopub.execute_input": "2022-07-28T09:14:32.195712Z", + "iopub.status.busy": "2022-07-28T09:14:32.195388Z", + "iopub.status.idle": "2022-07-28T09:14:32.196890Z", + "shell.execute_reply": "2022-07-28T09:14:32.197077Z" } }, "outputs": [ @@ -450,10 +450,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.619294Z", - "iopub.status.busy": "2022-07-26T11:16:19.618909Z", - "iopub.status.idle": "2022-07-26T11:16:19.620312Z", - "shell.execute_reply": "2022-07-26T11:16:19.620517Z" + "iopub.execute_input": "2022-07-28T09:14:32.199097Z", + "iopub.status.busy": "2022-07-28T09:14:32.198773Z", + "iopub.status.idle": "2022-07-28T09:14:32.200033Z", + "shell.execute_reply": "2022-07-28T09:14:32.200295Z" } }, "outputs": [ @@ -485,10 +485,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.622450Z", - "iopub.status.busy": "2022-07-26T11:16:19.622149Z", - "iopub.status.idle": "2022-07-26T11:16:19.623611Z", - "shell.execute_reply": "2022-07-26T11:16:19.623802Z" + "iopub.execute_input": "2022-07-28T09:14:32.202243Z", + "iopub.status.busy": "2022-07-28T09:14:32.201898Z", + "iopub.status.idle": "2022-07-28T09:14:32.203242Z", + "shell.execute_reply": "2022-07-28T09:14:32.203412Z" } }, "outputs": [ @@ -519,10 +519,10 @@ "execution_count": 13, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.626184Z", - "iopub.status.busy": "2022-07-26T11:16:19.625880Z", - "iopub.status.idle": "2022-07-26T11:16:19.627240Z", - "shell.execute_reply": "2022-07-26T11:16:19.627478Z" + "iopub.execute_input": "2022-07-28T09:14:32.205840Z", + "iopub.status.busy": "2022-07-28T09:14:32.205521Z", + "iopub.status.idle": "2022-07-28T09:14:32.206735Z", + "shell.execute_reply": "2022-07-28T09:14:32.206962Z" } }, "outputs": [ @@ -557,10 +557,10 @@ "execution_count": 14, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.629828Z", - "iopub.status.busy": "2022-07-26T11:16:19.629511Z", - "iopub.status.idle": "2022-07-26T11:16:19.630797Z", - "shell.execute_reply": "2022-07-26T11:16:19.631110Z" + "iopub.execute_input": "2022-07-28T09:14:32.209075Z", + "iopub.status.busy": "2022-07-28T09:14:32.208789Z", + "iopub.status.idle": "2022-07-28T09:14:32.210129Z", + "shell.execute_reply": "2022-07-28T09:14:32.210283Z" } }, "outputs": [ @@ -597,10 +597,10 @@ "execution_count": 15, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.633199Z", - "iopub.status.busy": "2022-07-26T11:16:19.632881Z", - "iopub.status.idle": "2022-07-26T11:16:19.634132Z", - "shell.execute_reply": "2022-07-26T11:16:19.634362Z" + "iopub.execute_input": "2022-07-28T09:14:32.212304Z", + "iopub.status.busy": "2022-07-28T09:14:32.212020Z", + "iopub.status.idle": "2022-07-28T09:14:32.213321Z", + "shell.execute_reply": "2022-07-28T09:14:32.213505Z" } }, "outputs": [ @@ -634,10 +634,10 @@ "execution_count": 16, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.637058Z", - "iopub.status.busy": "2022-07-26T11:16:19.636771Z", - "iopub.status.idle": "2022-07-26T11:16:19.638125Z", - "shell.execute_reply": "2022-07-26T11:16:19.638320Z" + "iopub.execute_input": "2022-07-28T09:14:32.216124Z", + "iopub.status.busy": "2022-07-28T09:14:32.215832Z", + "iopub.status.idle": "2022-07-28T09:14:32.217219Z", + "shell.execute_reply": "2022-07-28T09:14:32.217385Z" } }, "outputs": [ @@ -681,10 +681,10 @@ "execution_count": 17, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.640873Z", - "iopub.status.busy": "2022-07-26T11:16:19.640589Z", - "iopub.status.idle": "2022-07-26T11:16:19.641991Z", - "shell.execute_reply": "2022-07-26T11:16:19.642175Z" + "iopub.execute_input": "2022-07-28T09:14:32.219970Z", + "iopub.status.busy": "2022-07-28T09:14:32.219685Z", + "iopub.status.idle": "2022-07-28T09:14:32.220927Z", + "shell.execute_reply": "2022-07-28T09:14:32.221078Z" } }, "outputs": [ @@ -736,10 +736,10 @@ "execution_count": 18, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.643814Z", - "iopub.status.busy": "2022-07-26T11:16:19.643529Z", - "iopub.status.idle": "2022-07-26T11:16:19.644788Z", - "shell.execute_reply": "2022-07-26T11:16:19.644615Z" + "iopub.execute_input": "2022-07-28T09:14:32.222733Z", + "iopub.status.busy": "2022-07-28T09:14:32.222460Z", + "iopub.status.idle": "2022-07-28T09:14:32.223744Z", + "shell.execute_reply": "2022-07-28T09:14:32.223571Z" } }, "outputs": [], @@ -753,10 +753,10 @@ "execution_count": 19, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.646302Z", - "iopub.status.busy": "2022-07-26T11:16:19.646029Z", - "iopub.status.idle": "2022-07-26T11:16:19.647026Z", - "shell.execute_reply": "2022-07-26T11:16:19.647307Z" + "iopub.execute_input": "2022-07-28T09:14:32.225302Z", + "iopub.status.busy": "2022-07-28T09:14:32.225032Z", + "iopub.status.idle": "2022-07-28T09:14:32.226146Z", + "shell.execute_reply": "2022-07-28T09:14:32.226303Z" } }, "outputs": [], @@ -777,10 +777,10 @@ "execution_count": 20, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.648971Z", - "iopub.status.busy": "2022-07-26T11:16:19.648686Z", - "iopub.status.idle": "2022-07-26T11:16:19.649819Z", - "shell.execute_reply": "2022-07-26T11:16:19.649982Z" + "iopub.execute_input": "2022-07-28T09:14:32.227943Z", + "iopub.status.busy": "2022-07-28T09:14:32.227671Z", + "iopub.status.idle": "2022-07-28T09:14:32.228802Z", + "shell.execute_reply": "2022-07-28T09:14:32.228974Z" } }, "outputs": [], @@ -801,10 +801,10 @@ "execution_count": 21, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.651629Z", - "iopub.status.busy": "2022-07-26T11:16:19.651356Z", - "iopub.status.idle": "2022-07-26T11:16:19.652501Z", - "shell.execute_reply": "2022-07-26T11:16:19.652661Z" + "iopub.execute_input": "2022-07-28T09:14:32.230534Z", + "iopub.status.busy": "2022-07-28T09:14:32.230264Z", + "iopub.status.idle": "2022-07-28T09:14:32.231273Z", + "shell.execute_reply": "2022-07-28T09:14:32.231446Z" } }, "outputs": [], @@ -818,10 +818,10 @@ "execution_count": 22, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.654183Z", - "iopub.status.busy": "2022-07-26T11:16:19.653910Z", - "iopub.status.idle": "2022-07-26T11:16:19.654991Z", - "shell.execute_reply": "2022-07-26T11:16:19.655162Z" + "iopub.execute_input": "2022-07-28T09:14:32.233010Z", + "iopub.status.busy": "2022-07-28T09:14:32.232741Z", + "iopub.status.idle": "2022-07-28T09:14:32.233817Z", + "shell.execute_reply": "2022-07-28T09:14:32.233987Z" } }, "outputs": [], @@ -842,10 +842,10 @@ "execution_count": 23, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.656847Z", - "iopub.status.busy": "2022-07-26T11:16:19.656566Z", - "iopub.status.idle": "2022-07-26T11:16:19.657701Z", - "shell.execute_reply": "2022-07-26T11:16:19.657885Z" + "iopub.execute_input": "2022-07-28T09:14:32.235639Z", + "iopub.status.busy": "2022-07-28T09:14:32.235348Z", + "iopub.status.idle": "2022-07-28T09:14:32.236431Z", + "shell.execute_reply": "2022-07-28T09:14:32.236656Z" } }, "outputs": [], @@ -867,10 +867,10 @@ "execution_count": 24, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.659732Z", - "iopub.status.busy": "2022-07-26T11:16:19.659454Z", - "iopub.status.idle": "2022-07-26T11:16:19.660702Z", - "shell.execute_reply": "2022-07-26T11:16:19.660528Z" + "iopub.execute_input": "2022-07-28T09:14:32.238559Z", + "iopub.status.busy": "2022-07-28T09:14:32.238279Z", + "iopub.status.idle": "2022-07-28T09:14:32.239510Z", + "shell.execute_reply": "2022-07-28T09:14:32.239356Z" } }, "outputs": [], @@ -905,10 +905,10 @@ "execution_count": 25, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.663024Z", - "iopub.status.busy": "2022-07-26T11:16:19.662705Z", - "iopub.status.idle": "2022-07-26T11:16:19.664060Z", - "shell.execute_reply": "2022-07-26T11:16:19.664227Z" + "iopub.execute_input": "2022-07-28T09:14:32.241919Z", + "iopub.status.busy": "2022-07-28T09:14:32.241609Z", + "iopub.status.idle": "2022-07-28T09:14:32.243088Z", + "shell.execute_reply": "2022-07-28T09:14:32.243242Z" } }, "outputs": [ @@ -945,10 +945,10 @@ "execution_count": 26, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.666734Z", - "iopub.status.busy": "2022-07-26T11:16:19.666442Z", - "iopub.status.idle": "2022-07-26T11:16:19.667748Z", - "shell.execute_reply": "2022-07-26T11:16:19.667901Z" + "iopub.execute_input": "2022-07-28T09:14:32.245692Z", + "iopub.status.busy": "2022-07-28T09:14:32.245410Z", + "iopub.status.idle": "2022-07-28T09:14:32.246819Z", + "shell.execute_reply": "2022-07-28T09:14:32.246971Z" } }, "outputs": [ @@ -987,10 +987,10 @@ "execution_count": 27, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.670120Z", - "iopub.status.busy": "2022-07-26T11:16:19.669809Z", - "iopub.status.idle": "2022-07-26T11:16:19.671188Z", - "shell.execute_reply": "2022-07-26T11:16:19.671348Z" + "iopub.execute_input": "2022-07-28T09:14:32.249157Z", + "iopub.status.busy": "2022-07-28T09:14:32.248855Z", + "iopub.status.idle": "2022-07-28T09:14:32.250145Z", + "shell.execute_reply": "2022-07-28T09:14:32.250316Z" } }, "outputs": [ @@ -1032,10 +1032,10 @@ "execution_count": 28, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.673708Z", - "iopub.status.busy": "2022-07-26T11:16:19.673400Z", - "iopub.status.idle": "2022-07-26T11:16:19.674745Z", - "shell.execute_reply": "2022-07-26T11:16:19.674901Z" + "iopub.execute_input": "2022-07-28T09:14:32.252560Z", + "iopub.status.busy": "2022-07-28T09:14:32.252273Z", + "iopub.status.idle": "2022-07-28T09:14:32.254030Z", + "shell.execute_reply": "2022-07-28T09:14:32.254217Z" } }, "outputs": [ @@ -1087,10 +1087,10 @@ "execution_count": 29, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.676702Z", - "iopub.status.busy": "2022-07-26T11:16:19.676419Z", - "iopub.status.idle": "2022-07-26T11:16:19.677720Z", - "shell.execute_reply": "2022-07-26T11:16:19.677889Z" + "iopub.execute_input": "2022-07-28T09:14:32.256218Z", + "iopub.status.busy": "2022-07-28T09:14:32.255912Z", + "iopub.status.idle": "2022-07-28T09:14:32.257289Z", + "shell.execute_reply": "2022-07-28T09:14:32.257460Z" } }, "outputs": [ @@ -1121,10 +1121,10 @@ "execution_count": 30, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.680039Z", - "iopub.status.busy": "2022-07-26T11:16:19.679747Z", - "iopub.status.idle": "2022-07-26T11:16:19.681088Z", - "shell.execute_reply": "2022-07-26T11:16:19.681257Z" + "iopub.execute_input": "2022-07-28T09:14:32.259798Z", + "iopub.status.busy": "2022-07-28T09:14:32.259500Z", + "iopub.status.idle": "2022-07-28T09:14:32.260778Z", + "shell.execute_reply": "2022-07-28T09:14:32.260959Z" } }, "outputs": [ @@ -1165,10 +1165,10 @@ "execution_count": 31, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.683670Z", - "iopub.status.busy": "2022-07-26T11:16:19.683370Z", - "iopub.status.idle": "2022-07-26T11:16:19.684737Z", - "shell.execute_reply": "2022-07-26T11:16:19.684918Z" + "iopub.execute_input": "2022-07-28T09:14:32.263527Z", + "iopub.status.busy": "2022-07-28T09:14:32.263234Z", + "iopub.status.idle": "2022-07-28T09:14:32.264521Z", + "shell.execute_reply": "2022-07-28T09:14:32.264676Z" } }, "outputs": [ @@ -1214,10 +1214,10 @@ "execution_count": 32, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.687645Z", - "iopub.status.busy": "2022-07-26T11:16:19.687355Z", - "iopub.status.idle": "2022-07-26T11:16:19.688726Z", - "shell.execute_reply": "2022-07-26T11:16:19.688903Z" + "iopub.execute_input": "2022-07-28T09:14:32.267485Z", + "iopub.status.busy": "2022-07-28T09:14:32.267153Z", + "iopub.status.idle": "2022-07-28T09:14:32.268589Z", + "shell.execute_reply": "2022-07-28T09:14:32.268754Z" } }, "outputs": [ @@ -1264,10 +1264,10 @@ "execution_count": 33, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.691737Z", - "iopub.status.busy": "2022-07-26T11:16:19.691438Z", - "iopub.status.idle": "2022-07-26T11:16:19.692804Z", - "shell.execute_reply": "2022-07-26T11:16:19.693093Z" + "iopub.execute_input": "2022-07-28T09:14:32.271678Z", + "iopub.status.busy": "2022-07-28T09:14:32.271389Z", + "iopub.status.idle": "2022-07-28T09:14:32.272664Z", + "shell.execute_reply": "2022-07-28T09:14:32.272874Z" } }, "outputs": [ @@ -1329,10 +1329,10 @@ "execution_count": 34, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.695021Z", - "iopub.status.busy": "2022-07-26T11:16:19.694723Z", - "iopub.status.idle": "2022-07-26T11:16:19.696143Z", - "shell.execute_reply": "2022-07-26T11:16:19.696317Z" + "iopub.execute_input": "2022-07-28T09:14:32.274844Z", + "iopub.status.busy": "2022-07-28T09:14:32.274554Z", + "iopub.status.idle": "2022-07-28T09:14:32.275861Z", + "shell.execute_reply": "2022-07-28T09:14:32.276079Z" } }, "outputs": [ @@ -1364,10 +1364,10 @@ "execution_count": 35, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.698451Z", - "iopub.status.busy": "2022-07-26T11:16:19.698173Z", - "iopub.status.idle": "2022-07-26T11:16:19.699550Z", - "shell.execute_reply": "2022-07-26T11:16:19.699735Z" + "iopub.execute_input": "2022-07-28T09:14:32.278308Z", + "iopub.status.busy": "2022-07-28T09:14:32.277999Z", + "iopub.status.idle": "2022-07-28T09:14:32.279358Z", + "shell.execute_reply": "2022-07-28T09:14:32.279509Z" } }, "outputs": [ @@ -1405,10 +1405,10 @@ "execution_count": 36, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.702302Z", - "iopub.status.busy": "2022-07-26T11:16:19.701978Z", - "iopub.status.idle": "2022-07-26T11:16:19.703356Z", - "shell.execute_reply": "2022-07-26T11:16:19.703577Z" + "iopub.execute_input": "2022-07-28T09:14:32.282123Z", + "iopub.status.busy": "2022-07-28T09:14:32.281823Z", + "iopub.status.idle": "2022-07-28T09:14:32.283176Z", + "shell.execute_reply": "2022-07-28T09:14:32.283323Z" } }, "outputs": [ @@ -1455,10 +1455,10 @@ "execution_count": 37, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.705609Z", - "iopub.status.busy": "2022-07-26T11:16:19.705300Z", - "iopub.status.idle": "2022-07-26T11:16:19.706614Z", - "shell.execute_reply": "2022-07-26T11:16:19.706841Z" + "iopub.execute_input": "2022-07-28T09:14:32.285531Z", + "iopub.status.busy": "2022-07-28T09:14:32.285214Z", + "iopub.status.idle": "2022-07-28T09:14:32.286583Z", + "shell.execute_reply": "2022-07-28T09:14:32.286743Z" } }, "outputs": [ @@ -1501,10 +1501,10 @@ "execution_count": 38, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.709410Z", - "iopub.status.busy": "2022-07-26T11:16:19.709105Z", - "iopub.status.idle": "2022-07-26T11:16:19.710407Z", - "shell.execute_reply": "2022-07-26T11:16:19.710630Z" + "iopub.execute_input": "2022-07-28T09:14:32.289271Z", + "iopub.status.busy": "2022-07-28T09:14:32.288965Z", + "iopub.status.idle": "2022-07-28T09:14:32.290320Z", + "shell.execute_reply": "2022-07-28T09:14:32.290495Z" } }, "outputs": [ @@ -1547,10 +1547,10 @@ "execution_count": 39, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.713935Z", - "iopub.status.busy": "2022-07-26T11:16:19.713645Z", - "iopub.status.idle": "2022-07-26T11:16:19.715066Z", - "shell.execute_reply": "2022-07-26T11:16:19.715219Z" + "iopub.execute_input": "2022-07-28T09:14:32.293845Z", + "iopub.status.busy": "2022-07-28T09:14:32.293545Z", + "iopub.status.idle": "2022-07-28T09:14:32.294937Z", + "shell.execute_reply": "2022-07-28T09:14:32.295087Z" } }, "outputs": [ @@ -1619,10 +1619,10 @@ "execution_count": 40, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.717638Z", - "iopub.status.busy": "2022-07-26T11:16:19.717359Z", - "iopub.status.idle": "2022-07-26T11:16:19.718644Z", - "shell.execute_reply": "2022-07-26T11:16:19.718931Z" + "iopub.execute_input": "2022-07-28T09:14:32.297562Z", + "iopub.status.busy": "2022-07-28T09:14:32.297233Z", + "iopub.status.idle": "2022-07-28T09:14:32.298356Z", + "shell.execute_reply": "2022-07-28T09:14:32.298636Z" } }, "outputs": [ @@ -1670,10 +1670,10 @@ "execution_count": 41, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.720981Z", - "iopub.status.busy": "2022-07-26T11:16:19.720674Z", - "iopub.status.idle": "2022-07-26T11:16:19.722052Z", - "shell.execute_reply": "2022-07-26T11:16:19.722219Z" + "iopub.execute_input": "2022-07-28T09:14:32.300551Z", + "iopub.status.busy": "2022-07-28T09:14:32.300268Z", + "iopub.status.idle": "2022-07-28T09:14:32.301639Z", + "shell.execute_reply": "2022-07-28T09:14:32.301814Z" } }, "outputs": [ @@ -1719,10 +1719,10 @@ "execution_count": 42, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.725341Z", - "iopub.status.busy": "2022-07-26T11:16:19.725018Z", - "iopub.status.idle": "2022-07-26T11:16:19.726439Z", - "shell.execute_reply": "2022-07-26T11:16:19.726612Z" + "iopub.execute_input": "2022-07-28T09:14:32.304906Z", + "iopub.status.busy": "2022-07-28T09:14:32.304632Z", + "iopub.status.idle": "2022-07-28T09:14:32.306049Z", + "shell.execute_reply": "2022-07-28T09:14:32.306272Z" } }, "outputs": [ @@ -1775,10 +1775,10 @@ "execution_count": 43, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.729547Z", - "iopub.status.busy": "2022-07-26T11:16:19.729249Z", - "iopub.status.idle": "2022-07-26T11:16:19.730580Z", - "shell.execute_reply": "2022-07-26T11:16:19.730799Z" + "iopub.execute_input": "2022-07-28T09:14:32.309198Z", + "iopub.status.busy": "2022-07-28T09:14:32.308907Z", + "iopub.status.idle": "2022-07-28T09:14:32.310246Z", + "shell.execute_reply": "2022-07-28T09:14:32.310415Z" } }, "outputs": [ @@ -1834,10 +1834,10 @@ "execution_count": 44, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.732990Z", - "iopub.status.busy": "2022-07-26T11:16:19.732702Z", - "iopub.status.idle": "2022-07-26T11:16:19.734048Z", - "shell.execute_reply": "2022-07-26T11:16:19.734265Z" + "iopub.execute_input": "2022-07-28T09:14:32.312564Z", + "iopub.status.busy": "2022-07-28T09:14:32.312284Z", + "iopub.status.idle": "2022-07-28T09:14:32.313614Z", + "shell.execute_reply": "2022-07-28T09:14:32.313834Z" } }, "outputs": [ @@ -1874,10 +1874,10 @@ "execution_count": 45, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.736278Z", - "iopub.status.busy": "2022-07-26T11:16:19.735965Z", - "iopub.status.idle": "2022-07-26T11:16:19.737290Z", - "shell.execute_reply": "2022-07-26T11:16:19.737505Z" + "iopub.execute_input": "2022-07-28T09:14:32.315852Z", + "iopub.status.busy": "2022-07-28T09:14:32.315558Z", + "iopub.status.idle": "2022-07-28T09:14:32.316868Z", + "shell.execute_reply": "2022-07-28T09:14:32.317084Z" } }, "outputs": [ @@ -1911,10 +1911,10 @@ "execution_count": 46, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.739141Z", - "iopub.status.busy": "2022-07-26T11:16:19.738869Z", - "iopub.status.idle": "2022-07-26T11:16:19.740221Z", - "shell.execute_reply": "2022-07-26T11:16:19.740063Z" + "iopub.execute_input": "2022-07-28T09:14:32.318864Z", + "iopub.status.busy": "2022-07-28T09:14:32.318582Z", + "iopub.status.idle": "2022-07-28T09:14:32.319950Z", + "shell.execute_reply": "2022-07-28T09:14:32.319767Z" } }, "outputs": [], @@ -1929,10 +1929,10 @@ "execution_count": 47, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.742174Z", - "iopub.status.busy": "2022-07-26T11:16:19.741892Z", - "iopub.status.idle": "2022-07-26T11:16:19.743284Z", - "shell.execute_reply": "2022-07-26T11:16:19.743449Z" + "iopub.execute_input": "2022-07-28T09:14:32.321937Z", + "iopub.status.busy": "2022-07-28T09:14:32.321650Z", + "iopub.status.idle": "2022-07-28T09:14:32.322976Z", + "shell.execute_reply": "2022-07-28T09:14:32.323188Z" } }, "outputs": [ @@ -1967,10 +1967,10 @@ "execution_count": 48, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.745475Z", - "iopub.status.busy": "2022-07-26T11:16:19.745173Z", - "iopub.status.idle": "2022-07-26T11:16:19.746548Z", - "shell.execute_reply": "2022-07-26T11:16:19.746700Z" + "iopub.execute_input": "2022-07-28T09:14:32.325217Z", + "iopub.status.busy": "2022-07-28T09:14:32.324938Z", + "iopub.status.idle": "2022-07-28T09:14:32.326271Z", + "shell.execute_reply": "2022-07-28T09:14:32.326501Z" } }, "outputs": [ @@ -2014,10 +2014,10 @@ "execution_count": 49, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.748553Z", - "iopub.status.busy": "2022-07-26T11:16:19.748247Z", - "iopub.status.idle": "2022-07-26T11:16:19.749617Z", - "shell.execute_reply": "2022-07-26T11:16:19.749788Z" + "iopub.execute_input": "2022-07-28T09:14:32.328332Z", + "iopub.status.busy": "2022-07-28T09:14:32.328049Z", + "iopub.status.idle": "2022-07-28T09:14:32.329331Z", + "shell.execute_reply": "2022-07-28T09:14:32.329607Z" } }, "outputs": [ @@ -2049,10 +2049,10 @@ "execution_count": 50, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.751639Z", - "iopub.status.busy": "2022-07-26T11:16:19.751359Z", - "iopub.status.idle": "2022-07-26T11:16:19.752753Z", - "shell.execute_reply": "2022-07-26T11:16:19.752931Z" + "iopub.execute_input": "2022-07-28T09:14:32.331517Z", + "iopub.status.busy": "2022-07-28T09:14:32.331190Z", + "iopub.status.idle": "2022-07-28T09:14:32.332552Z", + "shell.execute_reply": "2022-07-28T09:14:32.332770Z" } }, "outputs": [ @@ -2092,10 +2092,10 @@ "execution_count": 51, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.754824Z", - "iopub.status.busy": "2022-07-26T11:16:19.754543Z", - "iopub.status.idle": "2022-07-26T11:16:19.755922Z", - "shell.execute_reply": "2022-07-26T11:16:19.756094Z" + "iopub.execute_input": "2022-07-28T09:14:32.334874Z", + "iopub.status.busy": "2022-07-28T09:14:32.334577Z", + "iopub.status.idle": "2022-07-28T09:14:32.335809Z", + "shell.execute_reply": "2022-07-28T09:14:32.336025Z" } }, "outputs": [ @@ -2132,10 +2132,10 @@ "execution_count": 52, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.758313Z", - "iopub.status.busy": "2022-07-26T11:16:19.758038Z", - "iopub.status.idle": "2022-07-26T11:16:19.759450Z", - "shell.execute_reply": "2022-07-26T11:16:19.759601Z" + "iopub.execute_input": "2022-07-28T09:14:32.338209Z", + "iopub.status.busy": "2022-07-28T09:14:32.337924Z", + "iopub.status.idle": "2022-07-28T09:14:32.339217Z", + "shell.execute_reply": "2022-07-28T09:14:32.339434Z" } }, "outputs": [ @@ -2177,10 +2177,10 @@ "execution_count": 53, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.761837Z", - "iopub.status.busy": "2022-07-26T11:16:19.761544Z", - "iopub.status.idle": "2022-07-26T11:16:19.762897Z", - "shell.execute_reply": "2022-07-26T11:16:19.763078Z" + "iopub.execute_input": "2022-07-28T09:14:32.341647Z", + "iopub.status.busy": "2022-07-28T09:14:32.341364Z", + "iopub.status.idle": "2022-07-28T09:14:32.342769Z", + "shell.execute_reply": "2022-07-28T09:14:32.342940Z" } }, "outputs": [ @@ -2220,10 +2220,10 @@ "execution_count": 54, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.765372Z", - "iopub.status.busy": "2022-07-26T11:16:19.765063Z", - "iopub.status.idle": "2022-07-26T11:16:19.766481Z", - "shell.execute_reply": "2022-07-26T11:16:19.766633Z" + "iopub.execute_input": "2022-07-28T09:14:32.345318Z", + "iopub.status.busy": "2022-07-28T09:14:32.345027Z", + "iopub.status.idle": "2022-07-28T09:14:32.346359Z", + "shell.execute_reply": "2022-07-28T09:14:32.346506Z" } }, "outputs": [ @@ -2260,10 +2260,10 @@ "execution_count": 55, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.768535Z", - "iopub.status.busy": "2022-07-26T11:16:19.768251Z", - "iopub.status.idle": "2022-07-26T11:16:19.769663Z", - "shell.execute_reply": "2022-07-26T11:16:19.769814Z" + "iopub.execute_input": "2022-07-28T09:14:32.348537Z", + "iopub.status.busy": "2022-07-28T09:14:32.348217Z", + "iopub.status.idle": "2022-07-28T09:14:32.349668Z", + "shell.execute_reply": "2022-07-28T09:14:32.349846Z" } }, "outputs": [ @@ -2300,10 +2300,10 @@ "execution_count": 56, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.771613Z", - "iopub.status.busy": "2022-07-26T11:16:19.771283Z", - "iopub.status.idle": "2022-07-26T11:16:19.772678Z", - "shell.execute_reply": "2022-07-26T11:16:19.772846Z" + "iopub.execute_input": "2022-07-28T09:14:32.351630Z", + "iopub.status.busy": "2022-07-28T09:14:32.351334Z", + "iopub.status.idle": "2022-07-28T09:14:32.352650Z", + "shell.execute_reply": "2022-07-28T09:14:32.352890Z" } }, "outputs": [ @@ -2345,10 +2345,10 @@ "execution_count": 57, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.775333Z", - "iopub.status.busy": "2022-07-26T11:16:19.775036Z", - "iopub.status.idle": "2022-07-26T11:16:19.776417Z", - "shell.execute_reply": "2022-07-26T11:16:19.776586Z" + "iopub.execute_input": "2022-07-28T09:14:32.355370Z", + "iopub.status.busy": "2022-07-28T09:14:32.355086Z", + "iopub.status.idle": "2022-07-28T09:14:32.356548Z", + "shell.execute_reply": "2022-07-28T09:14:32.356705Z" } }, "outputs": [ @@ -2398,10 +2398,10 @@ "execution_count": 58, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.779795Z", - "iopub.status.busy": "2022-07-26T11:16:19.779499Z", - "iopub.status.idle": "2022-07-26T11:16:19.780908Z", - "shell.execute_reply": "2022-07-26T11:16:19.781082Z" + "iopub.execute_input": "2022-07-28T09:14:32.359927Z", + "iopub.status.busy": "2022-07-28T09:14:32.359643Z", + "iopub.status.idle": "2022-07-28T09:14:32.360984Z", + "shell.execute_reply": "2022-07-28T09:14:32.361135Z" } }, "outputs": [ @@ -2458,10 +2458,10 @@ "execution_count": 59, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.782794Z", - "iopub.status.busy": "2022-07-26T11:16:19.782525Z", - "iopub.status.idle": "2022-07-26T11:16:19.783698Z", - "shell.execute_reply": "2022-07-26T11:16:19.783875Z" + "iopub.execute_input": "2022-07-28T09:14:32.362677Z", + "iopub.status.busy": "2022-07-28T09:14:32.362401Z", + "iopub.status.idle": "2022-07-28T09:14:32.363737Z", + "shell.execute_reply": "2022-07-28T09:14:32.363555Z" } }, "outputs": [], @@ -2491,10 +2491,10 @@ "execution_count": 60, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.786036Z", - "iopub.status.busy": "2022-07-26T11:16:19.785752Z", - "iopub.status.idle": "2022-07-26T11:16:19.787113Z", - "shell.execute_reply": "2022-07-26T11:16:19.787284Z" + "iopub.execute_input": "2022-07-28T09:14:32.365917Z", + "iopub.status.busy": "2022-07-28T09:14:32.365625Z", + "iopub.status.idle": "2022-07-28T09:14:32.366759Z", + "shell.execute_reply": "2022-07-28T09:14:32.366941Z" } }, "outputs": [ @@ -2531,10 +2531,10 @@ "execution_count": 61, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.790199Z", - "iopub.status.busy": "2022-07-26T11:16:19.789877Z", - "iopub.status.idle": "2022-07-26T11:16:19.791195Z", - "shell.execute_reply": "2022-07-26T11:16:19.791482Z" + "iopub.execute_input": "2022-07-28T09:14:32.369887Z", + "iopub.status.busy": "2022-07-28T09:14:32.369587Z", + "iopub.status.idle": "2022-07-28T09:14:32.370976Z", + "shell.execute_reply": "2022-07-28T09:14:32.371193Z" } }, "outputs": [ @@ -2588,10 +2588,10 @@ "execution_count": 62, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.793856Z", - "iopub.status.busy": "2022-07-26T11:16:19.793558Z", - "iopub.status.idle": "2022-07-26T11:16:19.794866Z", - "shell.execute_reply": "2022-07-26T11:16:19.795084Z" + "iopub.execute_input": "2022-07-28T09:14:32.373584Z", + "iopub.status.busy": "2022-07-28T09:14:32.373301Z", + "iopub.status.idle": "2022-07-28T09:14:32.374674Z", + "shell.execute_reply": "2022-07-28T09:14:32.374827Z" } }, "outputs": [ @@ -2638,10 +2638,10 @@ "execution_count": 63, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.797388Z", - "iopub.status.busy": "2022-07-26T11:16:19.797094Z", - "iopub.status.idle": "2022-07-26T11:16:19.798432Z", - "shell.execute_reply": "2022-07-26T11:16:19.798654Z" + "iopub.execute_input": "2022-07-28T09:14:32.377102Z", + "iopub.status.busy": "2022-07-28T09:14:32.376828Z", + "iopub.status.idle": "2022-07-28T09:14:32.378169Z", + "shell.execute_reply": "2022-07-28T09:14:32.378320Z" } }, "outputs": [ @@ -2682,10 +2682,10 @@ "execution_count": 64, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.801620Z", - "iopub.status.busy": "2022-07-26T11:16:19.801319Z", - "iopub.status.idle": "2022-07-26T11:16:19.802795Z", - "shell.execute_reply": "2022-07-26T11:16:19.802964Z" + "iopub.execute_input": "2022-07-28T09:14:32.381458Z", + "iopub.status.busy": "2022-07-28T09:14:32.381089Z", + "iopub.status.idle": "2022-07-28T09:14:32.382677Z", + "shell.execute_reply": "2022-07-28T09:14:32.382852Z" } }, "outputs": [ @@ -2738,10 +2738,10 @@ "execution_count": 65, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.805014Z", - "iopub.status.busy": "2022-07-26T11:16:19.804733Z", - "iopub.status.idle": "2022-07-26T11:16:19.806077Z", - "shell.execute_reply": "2022-07-26T11:16:19.806289Z" + "iopub.execute_input": "2022-07-28T09:14:32.385185Z", + "iopub.status.busy": "2022-07-28T09:14:32.384872Z", + "iopub.status.idle": "2022-07-28T09:14:32.386253Z", + "shell.execute_reply": "2022-07-28T09:14:32.386434Z" } }, "outputs": [ @@ -2775,10 +2775,10 @@ "execution_count": 66, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.808499Z", - "iopub.status.busy": "2022-07-26T11:16:19.808212Z", - "iopub.status.idle": "2022-07-26T11:16:19.809557Z", - "shell.execute_reply": "2022-07-26T11:16:19.809787Z" + "iopub.execute_input": "2022-07-28T09:14:32.388709Z", + "iopub.status.busy": "2022-07-28T09:14:32.388379Z", + "iopub.status.idle": "2022-07-28T09:14:32.389798Z", + "shell.execute_reply": "2022-07-28T09:14:32.390016Z" } }, "outputs": [ @@ -2813,10 +2813,10 @@ "execution_count": 67, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.811441Z", - "iopub.status.busy": "2022-07-26T11:16:19.811158Z", - "iopub.status.idle": "2022-07-26T11:16:19.812479Z", - "shell.execute_reply": "2022-07-26T11:16:19.812319Z" + "iopub.execute_input": "2022-07-28T09:14:32.391671Z", + "iopub.status.busy": "2022-07-28T09:14:32.391388Z", + "iopub.status.idle": "2022-07-28T09:14:32.392532Z", + "shell.execute_reply": "2022-07-28T09:14:32.392684Z" } }, "outputs": [], @@ -2837,10 +2837,10 @@ "execution_count": 68, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.814726Z", - "iopub.status.busy": "2022-07-26T11:16:19.814441Z", - "iopub.status.idle": "2022-07-26T11:16:19.815491Z", - "shell.execute_reply": "2022-07-26T11:16:19.815639Z" + "iopub.execute_input": "2022-07-28T09:14:32.394895Z", + "iopub.status.busy": "2022-07-28T09:14:32.394611Z", + "iopub.status.idle": "2022-07-28T09:14:32.395742Z", + "shell.execute_reply": "2022-07-28T09:14:32.395958Z" } }, "outputs": [], @@ -2879,10 +2879,10 @@ "execution_count": 69, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.817981Z", - "iopub.status.busy": "2022-07-26T11:16:19.817677Z", - "iopub.status.idle": "2022-07-26T11:16:19.819073Z", - "shell.execute_reply": "2022-07-26T11:16:19.819224Z" + "iopub.execute_input": "2022-07-28T09:14:32.398269Z", + "iopub.status.busy": "2022-07-28T09:14:32.397987Z", + "iopub.status.idle": "2022-07-28T09:14:32.399439Z", + "shell.execute_reply": "2022-07-28T09:14:32.399609Z" } }, "outputs": [ @@ -2922,10 +2922,10 @@ "execution_count": 70, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.822090Z", - "iopub.status.busy": "2022-07-26T11:16:19.821792Z", - "iopub.status.idle": "2022-07-26T11:16:19.823185Z", - "shell.execute_reply": "2022-07-26T11:16:19.823399Z" + "iopub.execute_input": "2022-07-28T09:14:32.402733Z", + "iopub.status.busy": "2022-07-28T09:14:32.402438Z", + "iopub.status.idle": "2022-07-28T09:14:32.403857Z", + "shell.execute_reply": "2022-07-28T09:14:32.404071Z" } }, "outputs": [ @@ -2984,10 +2984,10 @@ "execution_count": 71, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.828451Z", - "iopub.status.busy": "2022-07-26T11:16:19.828102Z", - "iopub.status.idle": "2022-07-26T11:16:19.829479Z", - "shell.execute_reply": "2022-07-26T11:16:19.829700Z" + "iopub.execute_input": "2022-07-28T09:14:32.409439Z", + "iopub.status.busy": "2022-07-28T09:14:32.409104Z", + "iopub.status.idle": "2022-07-28T09:14:32.410487Z", + "shell.execute_reply": "2022-07-28T09:14:32.410708Z" } }, "outputs": [ @@ -3078,10 +3078,10 @@ "execution_count": 72, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.832188Z", - "iopub.status.busy": "2022-07-26T11:16:19.831869Z", - "iopub.status.idle": "2022-07-26T11:16:19.833104Z", - "shell.execute_reply": "2022-07-26T11:16:19.833262Z" + "iopub.execute_input": "2022-07-28T09:14:32.413034Z", + "iopub.status.busy": "2022-07-28T09:14:32.412746Z", + "iopub.status.idle": "2022-07-28T09:14:32.414079Z", + "shell.execute_reply": "2022-07-28T09:14:32.414297Z" } }, "outputs": [ @@ -3090,12 +3090,12 @@ "text/plain": [ "query: \n", "SELECT\n", - " \"person_1\".\"day_of_birth\", \n", " \"person_1\".\"birth_datetime\", \n", - " \"person_1\".\"person_id\", \n", " \"person_1\".\"year_of_birth\", \n", + " \"person_1\".\"location_id\", \n", " \"person_1\".\"month_of_birth\", \n", - " \"person_1\".\"location_id\"\n", + " \"person_1\".\"person_id\", \n", + " \"person_1\".\"day_of_birth\"\n", "FROM \"person\" AS \"person_1\"\n", "INNER JOIN \"location\" AS \"location_1\" ON (\"person_1\".\"location_id\" = \"location_1\".\"location_id\")" ] @@ -3125,10 +3125,10 @@ "execution_count": 73, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.835588Z", - "iopub.status.busy": "2022-07-26T11:16:19.835288Z", - "iopub.status.idle": "2022-07-26T11:16:19.836660Z", - "shell.execute_reply": "2022-07-26T11:16:19.836881Z" + "iopub.execute_input": "2022-07-28T09:14:32.416638Z", + "iopub.status.busy": "2022-07-28T09:14:32.416349Z", + "iopub.status.idle": "2022-07-28T09:14:32.417735Z", + "shell.execute_reply": "2022-07-28T09:14:32.417904Z" } }, "outputs": [ @@ -3137,12 +3137,12 @@ "text/plain": [ "query: \n", "SELECT\n", - " \"person_1\".\"day_of_birth\", \n", " \"person_1\".\"birth_datetime\", \n", - " \"person_1\".\"person_id\", \n", " \"person_1\".\"year_of_birth\", \n", + " \"person_1\".\"location_id\", \n", " \"person_1\".\"month_of_birth\", \n", - " \"person_1\".\"location_id\"\n", + " \"person_1\".\"person_id\", \n", + " \"person_1\".\"day_of_birth\"\n", "FROM \"person\" AS \"person_1\"\n", "RIGHT JOIN \"location\" AS \"location_1\" ON (\"person_1\".\"location_id\" = \"location_1\".\"location_id\")" ] @@ -3174,10 +3174,10 @@ "execution_count": 74, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.840153Z", - "iopub.status.busy": "2022-07-26T11:16:19.839871Z", - "iopub.status.idle": "2022-07-26T11:16:19.841216Z", - "shell.execute_reply": "2022-07-26T11:16:19.841431Z" + "iopub.execute_input": "2022-07-28T09:14:32.421262Z", + "iopub.status.busy": "2022-07-28T09:14:32.420963Z", + "iopub.status.idle": "2022-07-28T09:14:32.422368Z", + "shell.execute_reply": "2022-07-28T09:14:32.422592Z" } }, "outputs": [ @@ -3253,10 +3253,10 @@ "execution_count": 75, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.843491Z", - "iopub.status.busy": "2022-07-26T11:16:19.843165Z", - "iopub.status.idle": "2022-07-26T11:16:19.844501Z", - "shell.execute_reply": "2022-07-26T11:16:19.844721Z" + "iopub.execute_input": "2022-07-28T09:14:32.424690Z", + "iopub.status.busy": "2022-07-28T09:14:32.424405Z", + "iopub.status.idle": "2022-07-28T09:14:32.425769Z", + "shell.execute_reply": "2022-07-28T09:14:32.425999Z" } }, "outputs": [ @@ -3297,10 +3297,10 @@ "execution_count": 76, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.847084Z", - "iopub.status.busy": "2022-07-26T11:16:19.846788Z", - "iopub.status.idle": "2022-07-26T11:16:19.848139Z", - "shell.execute_reply": "2022-07-26T11:16:19.848365Z" + "iopub.execute_input": "2022-07-28T09:14:32.428277Z", + "iopub.status.busy": "2022-07-28T09:14:32.427979Z", + "iopub.status.idle": "2022-07-28T09:14:32.429337Z", + "shell.execute_reply": "2022-07-28T09:14:32.429550Z" } }, "outputs": [ @@ -3350,10 +3350,10 @@ "execution_count": 77, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.850598Z", - "iopub.status.busy": "2022-07-26T11:16:19.850317Z", - "iopub.status.idle": "2022-07-26T11:16:19.851630Z", - "shell.execute_reply": "2022-07-26T11:16:19.851849Z" + "iopub.execute_input": "2022-07-28T09:14:32.431822Z", + "iopub.status.busy": "2022-07-28T09:14:32.431530Z", + "iopub.status.idle": "2022-07-28T09:14:32.432868Z", + "shell.execute_reply": "2022-07-28T09:14:32.433040Z" } }, "outputs": [ @@ -3408,10 +3408,10 @@ "execution_count": 78, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.853982Z", - "iopub.status.busy": "2022-07-26T11:16:19.853694Z", - "iopub.status.idle": "2022-07-26T11:16:19.854900Z", - "shell.execute_reply": "2022-07-26T11:16:19.855120Z" + "iopub.execute_input": "2022-07-28T09:14:32.435277Z", + "iopub.status.busy": "2022-07-28T09:14:32.434952Z", + "iopub.status.idle": "2022-07-28T09:14:32.436349Z", + "shell.execute_reply": "2022-07-28T09:14:32.436522Z" } }, "outputs": [ @@ -3453,10 +3453,10 @@ "execution_count": 79, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.857350Z", - "iopub.status.busy": "2022-07-26T11:16:19.857068Z", - "iopub.status.idle": "2022-07-26T11:16:19.858291Z", - "shell.execute_reply": "2022-07-26T11:16:19.858507Z" + "iopub.execute_input": "2022-07-28T09:14:32.438701Z", + "iopub.status.busy": "2022-07-28T09:14:32.438379Z", + "iopub.status.idle": "2022-07-28T09:14:32.439598Z", + "shell.execute_reply": "2022-07-28T09:14:32.439770Z" } }, "outputs": [ @@ -3499,10 +3499,10 @@ "execution_count": 80, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.860640Z", - "iopub.status.busy": "2022-07-26T11:16:19.860354Z", - "iopub.status.idle": "2022-07-26T11:16:19.861590Z", - "shell.execute_reply": "2022-07-26T11:16:19.861829Z" + "iopub.execute_input": "2022-07-28T09:14:32.441832Z", + "iopub.status.busy": "2022-07-28T09:14:32.441531Z", + "iopub.status.idle": "2022-07-28T09:14:32.442856Z", + "shell.execute_reply": "2022-07-28T09:14:32.443073Z" } }, "outputs": [ @@ -3554,10 +3554,10 @@ "execution_count": 81, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.863820Z", - "iopub.status.busy": "2022-07-26T11:16:19.863539Z", - "iopub.status.idle": "2022-07-26T11:16:19.864889Z", - "shell.execute_reply": "2022-07-26T11:16:19.865121Z" + "iopub.execute_input": "2022-07-28T09:14:32.445051Z", + "iopub.status.busy": "2022-07-28T09:14:32.444775Z", + "iopub.status.idle": "2022-07-28T09:14:32.446164Z", + "shell.execute_reply": "2022-07-28T09:14:32.446381Z" } }, "outputs": [ @@ -3593,10 +3593,10 @@ "execution_count": 82, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.867271Z", - "iopub.status.busy": "2022-07-26T11:16:19.866993Z", - "iopub.status.idle": "2022-07-26T11:16:19.868367Z", - "shell.execute_reply": "2022-07-26T11:16:19.868545Z" + "iopub.execute_input": "2022-07-28T09:14:32.448571Z", + "iopub.status.busy": "2022-07-28T09:14:32.448270Z", + "iopub.status.idle": "2022-07-28T09:14:32.449622Z", + "shell.execute_reply": "2022-07-28T09:14:32.449860Z" } }, "outputs": [ @@ -3639,10 +3639,10 @@ "execution_count": 83, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.870610Z", - "iopub.status.busy": "2022-07-26T11:16:19.870330Z", - "iopub.status.idle": "2022-07-26T11:16:19.871679Z", - "shell.execute_reply": "2022-07-26T11:16:19.871898Z" + "iopub.execute_input": "2022-07-28T09:14:32.451979Z", + "iopub.status.busy": "2022-07-28T09:14:32.451666Z", + "iopub.status.idle": "2022-07-28T09:14:32.453120Z", + "shell.execute_reply": "2022-07-28T09:14:32.453296Z" } }, "outputs": [ @@ -3692,10 +3692,10 @@ "execution_count": 84, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.873995Z", - "iopub.status.busy": "2022-07-26T11:16:19.873707Z", - "iopub.status.idle": "2022-07-26T11:16:19.875132Z", - "shell.execute_reply": "2022-07-26T11:16:19.875294Z" + "iopub.execute_input": "2022-07-28T09:14:32.455384Z", + "iopub.status.busy": "2022-07-28T09:14:32.455099Z", + "iopub.status.idle": "2022-07-28T09:14:32.456441Z", + "shell.execute_reply": "2022-07-28T09:14:32.456654Z" } }, "outputs": [ @@ -3736,10 +3736,10 @@ "execution_count": 85, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.877782Z", - "iopub.status.busy": "2022-07-26T11:16:19.877496Z", - "iopub.status.idle": "2022-07-26T11:16:19.878899Z", - "shell.execute_reply": "2022-07-26T11:16:19.879057Z" + "iopub.execute_input": "2022-07-28T09:14:32.459121Z", + "iopub.status.busy": "2022-07-28T09:14:32.458833Z", + "iopub.status.idle": "2022-07-28T09:14:32.460204Z", + "shell.execute_reply": "2022-07-28T09:14:32.460417Z" } }, "outputs": [ @@ -3785,10 +3785,10 @@ "execution_count": 86, "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:19.881749Z", - "iopub.status.busy": "2022-07-26T11:16:19.881466Z", - "iopub.status.idle": "2022-07-26T11:16:19.882818Z", - "shell.execute_reply": "2022-07-26T11:16:19.883040Z" + "iopub.execute_input": "2022-07-28T09:14:32.463018Z", + "iopub.status.busy": "2022-07-28T09:14:32.462730Z", + "iopub.status.idle": "2022-07-28T09:14:32.464038Z", + "shell.execute_reply": "2022-07-28T09:14:32.464258Z" } }, "outputs": [ diff --git a/docs/usage-guide.ipynb b/docs/usage-guide.ipynb index f3ba2eb..ce07314 100644 --- a/docs/usage-guide.ipynb +++ b/docs/usage-guide.ipynb @@ -48,10 +48,10 @@ "id": "016511ce-0601-4c64-83bf-eda50aadb031", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:21.597216Z", - "iopub.status.busy": "2022-07-26T11:16:21.596596Z", - "iopub.status.idle": "2022-07-26T11:16:21.607275Z", - "shell.execute_reply": "2022-07-26T11:16:21.607688Z" + "iopub.execute_input": "2022-07-28T09:14:34.186710Z", + "iopub.status.busy": "2022-07-28T09:14:34.185844Z", + "iopub.status.idle": "2022-07-28T09:14:34.199521Z", + "shell.execute_reply": "2022-07-28T09:14:34.200230Z" } }, "outputs": [ @@ -114,10 +114,10 @@ "id": "2fef64fd-ee8f-4fb9-a028-9a82e87fb41e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:21.610892Z", - "iopub.status.busy": "2022-07-26T11:16:21.610412Z", - "iopub.status.idle": "2022-07-26T11:16:21.626615Z", - "shell.execute_reply": "2022-07-26T11:16:21.626924Z" + "iopub.execute_input": "2022-07-28T09:14:34.204241Z", + "iopub.status.busy": "2022-07-28T09:14:34.203431Z", + "iopub.status.idle": "2022-07-28T09:14:34.221916Z", + "shell.execute_reply": "2022-07-28T09:14:34.222241Z" } }, "outputs": [], @@ -132,10 +132,10 @@ "id": "6e8aec86-bfa7-47ae-960a-9b08f4751c7a", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:21.630083Z", - "iopub.status.busy": "2022-07-26T11:16:21.629652Z", - "iopub.status.idle": "2022-07-26T11:16:21.631527Z", - "shell.execute_reply": "2022-07-26T11:16:21.631947Z" + "iopub.execute_input": "2022-07-28T09:14:34.225650Z", + "iopub.status.busy": "2022-07-28T09:14:34.225100Z", + "iopub.status.idle": "2022-07-28T09:14:34.227251Z", + "shell.execute_reply": "2022-07-28T09:14:34.227526Z" } }, "outputs": [], @@ -163,10 +163,10 @@ "id": "2a1aecc4-1e71-4096-b7c6-08ee6439202e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:21.635208Z", - "iopub.status.busy": "2022-07-26T11:16:21.634794Z", - "iopub.status.idle": "2022-07-26T11:16:21.980492Z", - "shell.execute_reply": "2022-07-26T11:16:21.980685Z" + "iopub.execute_input": "2022-07-28T09:14:34.231240Z", + "iopub.status.busy": "2022-07-28T09:14:34.230698Z", + "iopub.status.idle": "2022-07-28T09:14:34.751189Z", + "shell.execute_reply": "2022-07-28T09:14:34.751399Z" } }, "outputs": [], @@ -204,10 +204,10 @@ "id": "0f2a914a-d659-45c8-8a00-8bb807560520", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:21.982706Z", - "iopub.status.busy": "2022-07-26T11:16:21.982381Z", - "iopub.status.idle": "2022-07-26T11:16:22.010387Z", - "shell.execute_reply": "2022-07-26T11:16:22.010570Z" + "iopub.execute_input": "2022-07-28T09:14:34.753442Z", + "iopub.status.busy": "2022-07-28T09:14:34.753072Z", + "iopub.status.idle": "2022-07-28T09:14:34.781909Z", + "shell.execute_reply": "2022-07-28T09:14:34.782104Z" } }, "outputs": [ @@ -442,10 +442,10 @@ "id": "4c5c71b7-5df6-4bab-9751-c5f7875ecc6f", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.012435Z", - "iopub.status.busy": "2022-07-26T11:16:22.012125Z", - "iopub.status.idle": "2022-07-26T11:16:22.017308Z", - "shell.execute_reply": "2022-07-26T11:16:22.017493Z" + "iopub.execute_input": "2022-07-28T09:14:34.784144Z", + "iopub.status.busy": "2022-07-28T09:14:34.783837Z", + "iopub.status.idle": "2022-07-28T09:14:34.789158Z", + "shell.execute_reply": "2022-07-28T09:14:34.789340Z" } }, "outputs": [ @@ -544,10 +544,10 @@ "id": "90550b66-6344-404c-9d77-ada6166e6d1d", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.019761Z", - "iopub.status.busy": "2022-07-26T11:16:22.019461Z", - "iopub.status.idle": "2022-07-26T11:16:22.020584Z", - "shell.execute_reply": "2022-07-26T11:16:22.020770Z" + "iopub.execute_input": "2022-07-28T09:14:34.791637Z", + "iopub.status.busy": "2022-07-28T09:14:34.791348Z", + "iopub.status.idle": "2022-07-28T09:14:34.792480Z", + "shell.execute_reply": "2022-07-28T09:14:34.792670Z" } }, "outputs": [], @@ -579,10 +579,10 @@ "id": "6d077660-1516-4bdf-a45c-247c441ca674", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.022899Z", - "iopub.status.busy": "2022-07-26T11:16:22.022622Z", - "iopub.status.idle": "2022-07-26T11:16:22.025860Z", - "shell.execute_reply": "2022-07-26T11:16:22.026040Z" + "iopub.execute_input": "2022-07-28T09:14:34.794818Z", + "iopub.status.busy": "2022-07-28T09:14:34.794538Z", + "iopub.status.idle": "2022-07-28T09:14:34.797890Z", + "shell.execute_reply": "2022-07-28T09:14:34.798076Z" } }, "outputs": [ @@ -683,10 +683,10 @@ "id": "67220125-7de3-4c2d-9e4a-be96d614e667", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.027816Z", - "iopub.status.busy": "2022-07-26T11:16:22.027542Z", - "iopub.status.idle": "2022-07-26T11:16:22.030740Z", - "shell.execute_reply": "2022-07-26T11:16:22.030956Z" + "iopub.execute_input": "2022-07-28T09:14:34.799886Z", + "iopub.status.busy": "2022-07-28T09:14:34.799581Z", + "iopub.status.idle": "2022-07-28T09:14:34.802818Z", + "shell.execute_reply": "2022-07-28T09:14:34.802990Z" } }, "outputs": [ @@ -786,10 +786,10 @@ "id": "0bb32795-aeda-419d-b372-af20b8dc5c8e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.033840Z", - "iopub.status.busy": "2022-07-26T11:16:22.033519Z", - "iopub.status.idle": "2022-07-26T11:16:22.034573Z", - "shell.execute_reply": "2022-07-26T11:16:22.034795Z" + "iopub.execute_input": "2022-07-28T09:14:34.805879Z", + "iopub.status.busy": "2022-07-28T09:14:34.805584Z", + "iopub.status.idle": "2022-07-28T09:14:34.806642Z", + "shell.execute_reply": "2022-07-28T09:14:34.806813Z" } }, "outputs": [], @@ -823,10 +823,10 @@ "id": "86c5edf7-b0b6-489b-9d81-5b373b3dba71", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.036716Z", - "iopub.status.busy": "2022-07-26T11:16:22.036438Z", - "iopub.status.idle": "2022-07-26T11:16:22.039763Z", - "shell.execute_reply": "2022-07-26T11:16:22.039931Z" + "iopub.execute_input": "2022-07-28T09:14:34.808761Z", + "iopub.status.busy": "2022-07-28T09:14:34.808471Z", + "iopub.status.idle": "2022-07-28T09:14:34.811803Z", + "shell.execute_reply": "2022-07-28T09:14:34.812027Z" } }, "outputs": [ @@ -925,10 +925,10 @@ "id": "f81d8614-06fc-4c8b-875c-ef32698cd641", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.041973Z", - "iopub.status.busy": "2022-07-26T11:16:22.041690Z", - "iopub.status.idle": "2022-07-26T11:16:22.045713Z", - "shell.execute_reply": "2022-07-26T11:16:22.045931Z" + "iopub.execute_input": "2022-07-28T09:14:34.814110Z", + "iopub.status.busy": "2022-07-28T09:14:34.813830Z", + "iopub.status.idle": "2022-07-28T09:14:34.817940Z", + "shell.execute_reply": "2022-07-28T09:14:34.818095Z" }, "scrolled": true, "tags": [] @@ -1261,10 +1261,10 @@ "id": "715d0060-e6a0-438c-b715-189257c084de", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.048079Z", - "iopub.status.busy": "2022-07-26T11:16:22.047730Z", - "iopub.status.idle": "2022-07-26T11:16:22.051920Z", - "shell.execute_reply": "2022-07-26T11:16:22.052106Z" + "iopub.execute_input": "2022-07-28T09:14:34.820252Z", + "iopub.status.busy": "2022-07-28T09:14:34.819957Z", + "iopub.status.idle": "2022-07-28T09:14:34.823972Z", + "shell.execute_reply": "2022-07-28T09:14:34.824158Z" } }, "outputs": [ @@ -1362,10 +1362,10 @@ "id": "af5fa6f6-cd98-4bc6-84d1-5a15d6ef0196", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.054276Z", - "iopub.status.busy": "2022-07-26T11:16:22.053980Z", - "iopub.status.idle": "2022-07-26T11:16:22.055111Z", - "shell.execute_reply": "2022-07-26T11:16:22.055300Z" + "iopub.execute_input": "2022-07-28T09:14:34.826406Z", + "iopub.status.busy": "2022-07-28T09:14:34.826112Z", + "iopub.status.idle": "2022-07-28T09:14:34.827283Z", + "shell.execute_reply": "2022-07-28T09:14:34.827467Z" } }, "outputs": [], @@ -1464,10 +1464,10 @@ "id": "33981aaa-9a65-4756-a0c8-316356f66a0b", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.057366Z", - "iopub.status.busy": "2022-07-26T11:16:22.057073Z", - "iopub.status.idle": "2022-07-26T11:16:22.058467Z", - "shell.execute_reply": "2022-07-26T11:16:22.058653Z" + "iopub.execute_input": "2022-07-28T09:14:34.829655Z", + "iopub.status.busy": "2022-07-28T09:14:34.829329Z", + "iopub.status.idle": "2022-07-28T09:14:34.830664Z", + "shell.execute_reply": "2022-07-28T09:14:34.830860Z" } }, "outputs": [ @@ -1509,10 +1509,10 @@ "id": "426cbd9c-b9a6-4dc7-a90e-f2234cfb3dfc", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.060584Z", - "iopub.status.busy": "2022-07-26T11:16:22.060303Z", - "iopub.status.idle": "2022-07-26T11:16:22.061611Z", - "shell.execute_reply": "2022-07-26T11:16:22.061790Z" + "iopub.execute_input": "2022-07-28T09:14:34.832757Z", + "iopub.status.busy": "2022-07-28T09:14:34.832462Z", + "iopub.status.idle": "2022-07-28T09:14:34.833790Z", + "shell.execute_reply": "2022-07-28T09:14:34.834016Z" } }, "outputs": [ @@ -1547,10 +1547,10 @@ "id": "140ae147-a425-4a93-9323-73578799dc8c", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.063828Z", - "iopub.status.busy": "2022-07-26T11:16:22.063543Z", - "iopub.status.idle": "2022-07-26T11:16:22.064927Z", - "shell.execute_reply": "2022-07-26T11:16:22.065141Z" + "iopub.execute_input": "2022-07-28T09:14:34.836092Z", + "iopub.status.busy": "2022-07-28T09:14:34.835812Z", + "iopub.status.idle": "2022-07-28T09:14:34.837260Z", + "shell.execute_reply": "2022-07-28T09:14:34.837418Z" } }, "outputs": [ @@ -1590,10 +1590,10 @@ "id": "618da7cf-8f38-4e0b-8b12-7dec841dc4af", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.068012Z", - "iopub.status.busy": "2022-07-26T11:16:22.067718Z", - "iopub.status.idle": "2022-07-26T11:16:22.069036Z", - "shell.execute_reply": "2022-07-26T11:16:22.069262Z" + "iopub.execute_input": "2022-07-28T09:14:34.840236Z", + "iopub.status.busy": "2022-07-28T09:14:34.839944Z", + "iopub.status.idle": "2022-07-28T09:14:34.841363Z", + "shell.execute_reply": "2022-07-28T09:14:34.841538Z" } }, "outputs": [ @@ -1644,10 +1644,10 @@ "id": "ba60e41e-e047-4469-b975-eb3975a34880", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.071517Z", - "iopub.status.busy": "2022-07-26T11:16:22.071213Z", - "iopub.status.idle": "2022-07-26T11:16:22.072562Z", - "shell.execute_reply": "2022-07-26T11:16:22.072781Z" + "iopub.execute_input": "2022-07-28T09:14:34.843719Z", + "iopub.status.busy": "2022-07-28T09:14:34.843417Z", + "iopub.status.idle": "2022-07-28T09:14:34.844735Z", + "shell.execute_reply": "2022-07-28T09:14:34.844912Z" } }, "outputs": [ @@ -1703,10 +1703,10 @@ "id": "70327f33-3097-4227-b09b-608fd4c418d6", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.075428Z", - "iopub.status.busy": "2022-07-26T11:16:22.075138Z", - "iopub.status.idle": "2022-07-26T11:16:22.076415Z", - "shell.execute_reply": "2022-07-26T11:16:22.076631Z" + "iopub.execute_input": "2022-07-28T09:14:34.847509Z", + "iopub.status.busy": "2022-07-28T09:14:34.847225Z", + "iopub.status.idle": "2022-07-28T09:14:34.848660Z", + "shell.execute_reply": "2022-07-28T09:14:34.848874Z" } }, "outputs": [ @@ -1769,10 +1769,10 @@ "id": "e613f8f4-588c-4c74-84af-287865dcb81b", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.078557Z", - "iopub.status.busy": "2022-07-26T11:16:22.078290Z", - "iopub.status.idle": "2022-07-26T11:16:22.079523Z", - "shell.execute_reply": "2022-07-26T11:16:22.079671Z" + "iopub.execute_input": "2022-07-28T09:14:34.850772Z", + "iopub.status.busy": "2022-07-28T09:14:34.850501Z", + "iopub.status.idle": "2022-07-28T09:14:34.851574Z", + "shell.execute_reply": "2022-07-28T09:14:34.851758Z" } }, "outputs": [], @@ -1801,10 +1801,10 @@ "id": "5f98cf1e-509b-460e-96ae-d63677c12fc5", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.081678Z", - "iopub.status.busy": "2022-07-26T11:16:22.081396Z", - "iopub.status.idle": "2022-07-26T11:16:22.082528Z", - "shell.execute_reply": "2022-07-26T11:16:22.082748Z" + "iopub.execute_input": "2022-07-28T09:14:34.853735Z", + "iopub.status.busy": "2022-07-28T09:14:34.853461Z", + "iopub.status.idle": "2022-07-28T09:14:34.854625Z", + "shell.execute_reply": "2022-07-28T09:14:34.854799Z" } }, "outputs": [], @@ -1887,10 +1887,10 @@ "id": "12c50a0e-bd55-4257-9e3d-3e44914e8ef7", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.084881Z", - "iopub.status.busy": "2022-07-26T11:16:22.084576Z", - "iopub.status.idle": "2022-07-26T11:16:22.085961Z", - "shell.execute_reply": "2022-07-26T11:16:22.086143Z" + "iopub.execute_input": "2022-07-28T09:14:34.856802Z", + "iopub.status.busy": "2022-07-28T09:14:34.856487Z", + "iopub.status.idle": "2022-07-28T09:14:34.857924Z", + "shell.execute_reply": "2022-07-28T09:14:34.858095Z" } }, "outputs": [ @@ -1915,10 +1915,10 @@ "id": "8014dcee-dd28-4922-b666-8919b3f784f1", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.088060Z", - "iopub.status.busy": "2022-07-26T11:16:22.087762Z", - "iopub.status.idle": "2022-07-26T11:16:22.088867Z", - "shell.execute_reply": "2022-07-26T11:16:22.089015Z" + "iopub.execute_input": "2022-07-28T09:14:34.859914Z", + "iopub.status.busy": "2022-07-28T09:14:34.859611Z", + "iopub.status.idle": "2022-07-28T09:14:34.860994Z", + "shell.execute_reply": "2022-07-28T09:14:34.861177Z" } }, "outputs": [ @@ -1951,10 +1951,10 @@ "id": "ed2e45dc-5d4c-4c31-97e6-a5ef7cb6a863", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.090793Z", - "iopub.status.busy": "2022-07-26T11:16:22.090517Z", - "iopub.status.idle": "2022-07-26T11:16:22.091954Z", - "shell.execute_reply": "2022-07-26T11:16:22.092108Z" + "iopub.execute_input": "2022-07-28T09:14:34.862945Z", + "iopub.status.busy": "2022-07-28T09:14:34.862643Z", + "iopub.status.idle": "2022-07-28T09:14:34.864009Z", + "shell.execute_reply": "2022-07-28T09:14:34.864243Z" } }, "outputs": [ @@ -1979,10 +1979,10 @@ "id": "0bc6383b-49a8-4c88-9924-25fa54b92d89", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.093956Z", - "iopub.status.busy": "2022-07-26T11:16:22.093688Z", - "iopub.status.idle": "2022-07-26T11:16:22.094991Z", - "shell.execute_reply": "2022-07-26T11:16:22.095169Z" + "iopub.execute_input": "2022-07-28T09:14:34.866115Z", + "iopub.status.busy": "2022-07-28T09:14:34.865817Z", + "iopub.status.idle": "2022-07-28T09:14:34.867167Z", + "shell.execute_reply": "2022-07-28T09:14:34.867380Z" } }, "outputs": [ @@ -2015,10 +2015,10 @@ "id": "4319e139-47cd-4b18-9c7f-bc97ecb0ec19", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.096972Z", - "iopub.status.busy": "2022-07-26T11:16:22.096685Z", - "iopub.status.idle": "2022-07-26T11:16:22.098076Z", - "shell.execute_reply": "2022-07-26T11:16:22.098226Z" + "iopub.execute_input": "2022-07-28T09:14:34.869215Z", + "iopub.status.busy": "2022-07-28T09:14:34.868931Z", + "iopub.status.idle": "2022-07-28T09:14:34.870284Z", + "shell.execute_reply": "2022-07-28T09:14:34.870504Z" } }, "outputs": [ @@ -2063,10 +2063,10 @@ "id": "07fa97b1-af61-4b5a-a34a-518b0e9ad3f4", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.100029Z", - "iopub.status.busy": "2022-07-26T11:16:22.099734Z", - "iopub.status.idle": "2022-07-26T11:16:22.101071Z", - "shell.execute_reply": "2022-07-26T11:16:22.101286Z" + "iopub.execute_input": "2022-07-28T09:14:34.872272Z", + "iopub.status.busy": "2022-07-28T09:14:34.871995Z", + "iopub.status.idle": "2022-07-28T09:14:34.873307Z", + "shell.execute_reply": "2022-07-28T09:14:34.873521Z" } }, "outputs": [ @@ -2101,10 +2101,10 @@ "id": "8d27090d-d140-486a-82d9-0f4cd545c044", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.103046Z", - "iopub.status.busy": "2022-07-26T11:16:22.102763Z", - "iopub.status.idle": "2022-07-26T11:16:22.104139Z", - "shell.execute_reply": "2022-07-26T11:16:22.104353Z" + "iopub.execute_input": "2022-07-28T09:14:34.875236Z", + "iopub.status.busy": "2022-07-28T09:14:34.874943Z", + "iopub.status.idle": "2022-07-28T09:14:34.876324Z", + "shell.execute_reply": "2022-07-28T09:14:34.876475Z" } }, "outputs": [ @@ -2137,10 +2137,10 @@ "id": "a36eaa9c-cd52-4ee6-8ef1-a37635d6946f", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.106066Z", - "iopub.status.busy": "2022-07-26T11:16:22.105783Z", - "iopub.status.idle": "2022-07-26T11:16:22.107302Z", - "shell.execute_reply": "2022-07-26T11:16:22.107138Z" + "iopub.execute_input": "2022-07-28T09:14:34.878195Z", + "iopub.status.busy": "2022-07-28T09:14:34.877920Z", + "iopub.status.idle": "2022-07-28T09:14:34.879302Z", + "shell.execute_reply": "2022-07-28T09:14:34.879469Z" } }, "outputs": [ @@ -2173,10 +2173,10 @@ "id": "01093bed-47f3-4293-8e5a-d6a9a304a2da", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.109092Z", - "iopub.status.busy": "2022-07-26T11:16:22.108781Z", - "iopub.status.idle": "2022-07-26T11:16:22.110237Z", - "shell.execute_reply": "2022-07-26T11:16:22.110408Z" + "iopub.execute_input": "2022-07-28T09:14:34.881304Z", + "iopub.status.busy": "2022-07-28T09:14:34.880972Z", + "iopub.status.idle": "2022-07-28T09:14:34.882236Z", + "shell.execute_reply": "2022-07-28T09:14:34.882387Z" } }, "outputs": [ @@ -2211,10 +2211,10 @@ "id": "38573641-5685-4244-8988-ca05be6580a9", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.111914Z", - "iopub.status.busy": "2022-07-26T11:16:22.111645Z", - "iopub.status.idle": "2022-07-26T11:16:22.112728Z", - "shell.execute_reply": "2022-07-26T11:16:22.112895Z" + "iopub.execute_input": "2022-07-28T09:14:34.883861Z", + "iopub.status.busy": "2022-07-28T09:14:34.883591Z", + "iopub.status.idle": "2022-07-28T09:14:34.884794Z", + "shell.execute_reply": "2022-07-28T09:14:34.884958Z" } }, "outputs": [], @@ -2239,10 +2239,10 @@ "id": "7af3f2b1-aabf-4cf1-bbac-b2ce555a1481", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.115307Z", - "iopub.status.busy": "2022-07-26T11:16:22.115014Z", - "iopub.status.idle": "2022-07-26T11:16:22.116278Z", - "shell.execute_reply": "2022-07-26T11:16:22.116496Z" + "iopub.execute_input": "2022-07-28T09:14:34.887363Z", + "iopub.status.busy": "2022-07-28T09:14:34.887076Z", + "iopub.status.idle": "2022-07-28T09:14:34.888356Z", + "shell.execute_reply": "2022-07-28T09:14:34.888506Z" } }, "outputs": [ @@ -2251,11 +2251,11 @@ "text/plain": [ "query: \n", "SELECT\n", - " \"person_1\".\"id\", \n", - " \"person_1\".\"license_id\", \n", " \"person_1\".\"name\", \n", - " \"person_1\".\"address_street_name\", \n", " \"person_1\".\"address_number\", \n", + " \"person_1\".\"license_id\", \n", + " \"person_1\".\"id\", \n", + " \"person_1\".\"address_street_name\", \n", " \"person_1\".\"ssn\"\n", "FROM \"person\" AS \"person_1\"\n", "INNER JOIN \"drivers_license\" AS \"drivers_license_1\" ON (\"drivers_license_1\".\"id\" = \"person_1\".\"license_id\")" @@ -2287,10 +2287,10 @@ "id": "6e893aad-f5d9-4ef4-a872-17f7bf6001c7", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.119079Z", - "iopub.status.busy": "2022-07-26T11:16:22.118774Z", - "iopub.status.idle": "2022-07-26T11:16:22.120137Z", - "shell.execute_reply": "2022-07-26T11:16:22.120299Z" + "iopub.execute_input": "2022-07-28T09:14:34.891023Z", + "iopub.status.busy": "2022-07-28T09:14:34.890670Z", + "iopub.status.idle": "2022-07-28T09:14:34.892025Z", + "shell.execute_reply": "2022-07-28T09:14:34.892207Z" } }, "outputs": [ @@ -2299,19 +2299,19 @@ "text/plain": [ "query: \n", "SELECT\n", - " \"person_1\".\"license_id\", \n", " \"person_1\".\"name\", \n", - " \"person_1\".\"address_street_name\", \n", " \"person_1\".\"address_number\", \n", + " \"person_1\".\"license_id\", \n", + " \"person_1\".\"address_street_name\", \n", " \"person_1\".\"ssn\", \n", - " \"drivers_license_1\".\"hair_color\", \n", - " \"drivers_license_1\".\"car_make\", \n", - " \"drivers_license_1\".\"eye_color\", \n", " \"drivers_license_1\".\"age\", \n", + " \"drivers_license_1\".\"height\", \n", + " \"drivers_license_1\".\"eye_color\", \n", + " \"drivers_license_1\".\"car_make\", \n", " \"drivers_license_1\".\"plate_number\", \n", - " \"drivers_license_1\".\"car_model\", \n", " \"drivers_license_1\".\"gender\", \n", - " \"drivers_license_1\".\"height\"\n", + " \"drivers_license_1\".\"car_model\", \n", + " \"drivers_license_1\".\"hair_color\"\n", "FROM \"person\" AS \"person_1\"\n", "INNER JOIN \"drivers_license\" AS \"drivers_license_1\" ON (\"drivers_license_1\".\"id\" = \"person_1\".\"license_id\")" ] @@ -2353,10 +2353,10 @@ "id": "2d0ec475-f1b0-46b5-9515-59be8fbc1898", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.122161Z", - "iopub.status.busy": "2022-07-26T11:16:22.121873Z", - "iopub.status.idle": "2022-07-26T11:16:22.123193Z", - "shell.execute_reply": "2022-07-26T11:16:22.123413Z" + "iopub.execute_input": "2022-07-28T09:14:34.894168Z", + "iopub.status.busy": "2022-07-28T09:14:34.893864Z", + "iopub.status.idle": "2022-07-28T09:14:34.895333Z", + "shell.execute_reply": "2022-07-28T09:14:34.895516Z" } }, "outputs": [ @@ -2389,10 +2389,10 @@ "id": "2c2ee77b-8405-4691-bb55-ca08d2018bdb", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.125218Z", - "iopub.status.busy": "2022-07-26T11:16:22.124937Z", - "iopub.status.idle": "2022-07-26T11:16:22.126214Z", - "shell.execute_reply": "2022-07-26T11:16:22.126492Z" + "iopub.execute_input": "2022-07-28T09:14:34.897459Z", + "iopub.status.busy": "2022-07-28T09:14:34.897165Z", + "iopub.status.idle": "2022-07-28T09:14:34.898581Z", + "shell.execute_reply": "2022-07-28T09:14:34.898815Z" } }, "outputs": [ @@ -2417,10 +2417,10 @@ "id": "cd3c0f2f-6dd0-4ac4-a167-94a38524e004", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.128274Z", - "iopub.status.busy": "2022-07-26T11:16:22.127992Z", - "iopub.status.idle": "2022-07-26T11:16:22.129268Z", - "shell.execute_reply": "2022-07-26T11:16:22.129480Z" + "iopub.execute_input": "2022-07-28T09:14:34.900920Z", + "iopub.status.busy": "2022-07-28T09:14:34.900613Z", + "iopub.status.idle": "2022-07-28T09:14:34.901991Z", + "shell.execute_reply": "2022-07-28T09:14:34.902165Z" } }, "outputs": [ @@ -2453,10 +2453,10 @@ "id": "e13d7f4f-65c3-4ae3-82f8-3d6602be66ca", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.131566Z", - "iopub.status.busy": "2022-07-26T11:16:22.131251Z", - "iopub.status.idle": "2022-07-26T11:16:22.132608Z", - "shell.execute_reply": "2022-07-26T11:16:22.132836Z" + "iopub.execute_input": "2022-07-28T09:14:34.904403Z", + "iopub.status.busy": "2022-07-28T09:14:34.904107Z", + "iopub.status.idle": "2022-07-28T09:14:34.905450Z", + "shell.execute_reply": "2022-07-28T09:14:34.905608Z" } }, "outputs": [ @@ -2497,10 +2497,10 @@ "id": "2880befe-279e-43c5-bcf7-07e0b81e0e92", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.135553Z", - "iopub.status.busy": "2022-07-26T11:16:22.135235Z", - "iopub.status.idle": "2022-07-26T11:16:22.136400Z", - "shell.execute_reply": "2022-07-26T11:16:22.136615Z" + "iopub.execute_input": "2022-07-28T09:14:34.908366Z", + "iopub.status.busy": "2022-07-28T09:14:34.908055Z", + "iopub.status.idle": "2022-07-28T09:14:34.909424Z", + "shell.execute_reply": "2022-07-28T09:14:34.909594Z" } }, "outputs": [ @@ -2561,10 +2561,10 @@ "id": "66435eca-5a7a-4605-a512-3604ff8dffcc", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.138940Z", - "iopub.status.busy": "2022-07-26T11:16:22.138649Z", - "iopub.status.idle": "2022-07-26T11:16:22.139936Z", - "shell.execute_reply": "2022-07-26T11:16:22.140154Z" + "iopub.execute_input": "2022-07-28T09:14:34.911841Z", + "iopub.status.busy": "2022-07-28T09:14:34.911549Z", + "iopub.status.idle": "2022-07-28T09:14:34.912942Z", + "shell.execute_reply": "2022-07-28T09:14:34.913093Z" } }, "outputs": [ @@ -2617,10 +2617,10 @@ "id": "f281f583-036e-4bf1-9347-942d8628cc45", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.142310Z", - "iopub.status.busy": "2022-07-26T11:16:22.142021Z", - "iopub.status.idle": "2022-07-26T11:16:22.143370Z", - "shell.execute_reply": "2022-07-26T11:16:22.143582Z" + "iopub.execute_input": "2022-07-28T09:14:34.915203Z", + "iopub.status.busy": "2022-07-28T09:14:34.914880Z", + "iopub.status.idle": "2022-07-28T09:14:34.916355Z", + "shell.execute_reply": "2022-07-28T09:14:34.916531Z" } }, "outputs": [ @@ -2664,10 +2664,10 @@ "id": "744cca46-bb6f-404d-bc05-b2fbc5b76b2e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.145860Z", - "iopub.status.busy": "2022-07-26T11:16:22.145546Z", - "iopub.status.idle": "2022-07-26T11:16:22.146936Z", - "shell.execute_reply": "2022-07-26T11:16:22.147158Z" + "iopub.execute_input": "2022-07-28T09:14:34.919157Z", + "iopub.status.busy": "2022-07-28T09:14:34.918859Z", + "iopub.status.idle": "2022-07-28T09:14:34.920327Z", + "shell.execute_reply": "2022-07-28T09:14:34.920490Z" } }, "outputs": [ @@ -2725,10 +2725,10 @@ "id": "2a079b41-21bc-4b51-b2e7-3cefa3e0516b", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.149612Z", - "iopub.status.busy": "2022-07-26T11:16:22.149326Z", - "iopub.status.idle": "2022-07-26T11:16:22.150505Z", - "shell.execute_reply": "2022-07-26T11:16:22.150723Z" + "iopub.execute_input": "2022-07-28T09:14:34.922959Z", + "iopub.status.busy": "2022-07-28T09:14:34.922656Z", + "iopub.status.idle": "2022-07-28T09:14:34.924056Z", + "shell.execute_reply": "2022-07-28T09:14:34.924202Z" } }, "outputs": [ @@ -2776,10 +2776,10 @@ "id": "53acb2da-4957-4f83-bf7f-461f522d2911", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.153482Z", - "iopub.status.busy": "2022-07-26T11:16:22.153190Z", - "iopub.status.idle": "2022-07-26T11:16:22.154542Z", - "shell.execute_reply": "2022-07-26T11:16:22.154714Z" + "iopub.execute_input": "2022-07-28T09:14:34.927081Z", + "iopub.status.busy": "2022-07-28T09:14:34.926736Z", + "iopub.status.idle": "2022-07-28T09:14:34.928153Z", + "shell.execute_reply": "2022-07-28T09:14:34.928329Z" } }, "outputs": [ @@ -2850,10 +2850,10 @@ "id": "16999072-fe4e-4f5a-9be7-f52f02a8e228", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.157394Z", - "iopub.status.busy": "2022-07-26T11:16:22.157069Z", - "iopub.status.idle": "2022-07-26T11:16:22.158509Z", - "shell.execute_reply": "2022-07-26T11:16:22.158667Z" + "iopub.execute_input": "2022-07-28T09:14:34.930985Z", + "iopub.status.busy": "2022-07-28T09:14:34.930704Z", + "iopub.status.idle": "2022-07-28T09:14:34.932079Z", + "shell.execute_reply": "2022-07-28T09:14:34.932314Z" } }, "outputs": [ @@ -2921,10 +2921,10 @@ "id": "d209ea27-a54c-43cb-a23f-29c999664a19", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.161517Z", - "iopub.status.busy": "2022-07-26T11:16:22.161191Z", - "iopub.status.idle": "2022-07-26T11:16:22.162546Z", - "shell.execute_reply": "2022-07-26T11:16:22.162762Z" + "iopub.execute_input": "2022-07-28T09:14:34.935259Z", + "iopub.status.busy": "2022-07-28T09:14:34.934964Z", + "iopub.status.idle": "2022-07-28T09:14:34.936307Z", + "shell.execute_reply": "2022-07-28T09:14:34.936534Z" } }, "outputs": [ @@ -2970,10 +2970,10 @@ "id": "23cbbf52-2cec-444c-b21c-8fb922f80967", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.164648Z", - "iopub.status.busy": "2022-07-26T11:16:22.164376Z", - "iopub.status.idle": "2022-07-26T11:16:22.174360Z", - "shell.execute_reply": "2022-07-26T11:16:22.174552Z" + "iopub.execute_input": "2022-07-28T09:14:34.938440Z", + "iopub.status.busy": "2022-07-28T09:14:34.938169Z", + "iopub.status.idle": "2022-07-28T09:14:34.948190Z", + "shell.execute_reply": "2022-07-28T09:14:34.948371Z" } }, "outputs": [ @@ -3113,10 +3113,10 @@ "id": "00b9ab59-9d24-4336-91b7-0fd978880f54", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.177176Z", - "iopub.status.busy": "2022-07-26T11:16:22.176877Z", - "iopub.status.idle": "2022-07-26T11:16:22.178253Z", - "shell.execute_reply": "2022-07-26T11:16:22.178430Z" + "iopub.execute_input": "2022-07-28T09:14:34.951218Z", + "iopub.status.busy": "2022-07-28T09:14:34.950926Z", + "iopub.status.idle": "2022-07-28T09:14:34.952232Z", + "shell.execute_reply": "2022-07-28T09:14:34.952482Z" } }, "outputs": [ @@ -3172,10 +3172,10 @@ "id": "6217ed29-07b1-446e-a8f3-89f8115f50a0", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.181457Z", - "iopub.status.busy": "2022-07-26T11:16:22.181173Z", - "iopub.status.idle": "2022-07-26T11:16:22.182552Z", - "shell.execute_reply": "2022-07-26T11:16:22.182773Z" + "iopub.execute_input": "2022-07-28T09:14:34.955837Z", + "iopub.status.busy": "2022-07-28T09:14:34.955518Z", + "iopub.status.idle": "2022-07-28T09:14:34.956890Z", + "shell.execute_reply": "2022-07-28T09:14:34.957113Z" } }, "outputs": [ @@ -3251,10 +3251,10 @@ "id": "c2fbe8dc-87f4-420a-b8fe-930029665724", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.185723Z", - "iopub.status.busy": "2022-07-26T11:16:22.185431Z", - "iopub.status.idle": "2022-07-26T11:16:22.186791Z", - "shell.execute_reply": "2022-07-26T11:16:22.186963Z" + "iopub.execute_input": "2022-07-28T09:14:34.960094Z", + "iopub.status.busy": "2022-07-28T09:14:34.959791Z", + "iopub.status.idle": "2022-07-28T09:14:34.961085Z", + "shell.execute_reply": "2022-07-28T09:14:34.961367Z" } }, "outputs": [ @@ -3309,10 +3309,10 @@ "id": "01b9a86f-ae17-4ec3-b44b-98fc9c3e9c45", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.189860Z", - "iopub.status.busy": "2022-07-26T11:16:22.189559Z", - "iopub.status.idle": "2022-07-26T11:16:22.190898Z", - "shell.execute_reply": "2022-07-26T11:16:22.191116Z" + "iopub.execute_input": "2022-07-28T09:14:34.964365Z", + "iopub.status.busy": "2022-07-28T09:14:34.964051Z", + "iopub.status.idle": "2022-07-28T09:14:34.965224Z", + "shell.execute_reply": "2022-07-28T09:14:34.965403Z" } }, "outputs": [ @@ -3373,10 +3373,10 @@ "id": "44ff13fc-c435-48fc-8ac2-66633d75252e", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.193506Z", - "iopub.status.busy": "2022-07-26T11:16:22.193229Z", - "iopub.status.idle": "2022-07-26T11:16:22.194504Z", - "shell.execute_reply": "2022-07-26T11:16:22.194726Z" + "iopub.execute_input": "2022-07-28T09:14:34.967877Z", + "iopub.status.busy": "2022-07-28T09:14:34.967566Z", + "iopub.status.idle": "2022-07-28T09:14:34.968911Z", + "shell.execute_reply": "2022-07-28T09:14:34.969126Z" } }, "outputs": [ @@ -3438,10 +3438,10 @@ "id": "6c102a45-06b6-482b-9519-e585fbc899dc", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.199246Z", - "iopub.status.busy": "2022-07-26T11:16:22.198899Z", - "iopub.status.idle": "2022-07-26T11:16:22.200339Z", - "shell.execute_reply": "2022-07-26T11:16:22.200513Z" + "iopub.execute_input": "2022-07-28T09:14:34.973528Z", + "iopub.status.busy": "2022-07-28T09:14:34.973237Z", + "iopub.status.idle": "2022-07-28T09:14:34.974627Z", + "shell.execute_reply": "2022-07-28T09:14:34.974863Z" } }, "outputs": [ @@ -3529,10 +3529,10 @@ "id": "a478cb68-4449-46b5-b224-026e968c4ad2", "metadata": { "execution": { - "iopub.execute_input": "2022-07-26T11:16:22.203658Z", - "iopub.status.busy": "2022-07-26T11:16:22.203371Z", - "iopub.status.idle": "2022-07-26T11:16:22.204607Z", - "shell.execute_reply": "2022-07-26T11:16:22.204890Z" + "iopub.execute_input": "2022-07-28T09:14:34.977954Z", + "iopub.status.busy": "2022-07-28T09:14:34.977653Z", + "iopub.status.idle": "2022-07-28T09:14:34.979027Z", + "shell.execute_reply": "2022-07-28T09:14:34.979256Z" } }, "outputs": [ diff --git a/src/funsql/compiler/annotate.py b/src/funsql/compiler/annotate.py index efcea70..9d3ab32 100644 --- a/src/funsql/compiler/annotate.py +++ b/src/funsql/compiler/annotate.py @@ -169,15 +169,13 @@ def pretty_repr(self, ctx: QuoteContext) -> Doc: # A From node is specialized to one of: -# - FromNothing -# - FromTable -# - FromReference -# - FromValues +# - FromNothing: stand-in for a From node without a reference +# - FromTable: stand-in for a From node with a table as source +# - FromReference: stand-in for a From node referencing a source through an alias +# - FromValues: stand-in for a From node with a list of values as source class FromNothing(TabularNode): - """FromNothing is a stand-in for a From node without a reference.""" - def __init__(self) -> None: super().__init__() @@ -187,8 +185,6 @@ def pretty_repr(self, ctx: QuoteContext) -> Doc: class FromTable(TabularNode): - """FromTable is a stand-in for a From node with a table as source.""" - table: SQLTable def __init__(self, table: SQLTable) -> None: @@ -209,8 +205,6 @@ def pretty_repr(self, ctx: QuoteContext) -> Doc: class FromReference(TabularNode): - """FromReference is a stand-in for a From node referencing a source through an alias.""" - over: SQLNode name: Symbol @@ -230,8 +224,6 @@ def pretty_repr(self, ctx: QuoteContext) -> Doc: class FromValues(TabularNode): - """FromValues is a stand-in for a From node with a list of values as source.""" - source: ValuesTable def __init__(self, source: ValuesTable) -> None: diff --git a/src/funsql/compiler/link.py b/src/funsql/compiler/link.py index 74bbe1c..e449fe4 100644 --- a/src/funsql/compiler/link.py +++ b/src/funsql/compiler/link.py @@ -258,18 +258,14 @@ def _(node: Define, refs: list[SQLNode], ctx: AnnotateContext) -> None: @register_union_type(link) def _( - node: Union[FromNothing, FromTable, FromValues], + node: Union[FromNothing, FromTable, FromValues, FromReference], refs: list[SQLNode], ctx: AnnotateContext, ) -> None: - pass - - -@link.register -def _(node: FromReference, refs: list[SQLNode], ctx: AnnotateContext) -> None: - box = check_box(node.over) - for ref in refs: - box.refs.append(NameBound(over=ref, name=node.name)) + if isinstance(node, FromReference): + box = check_box(node.over) + for ref in refs: + box.refs.append(NameBound(over=ref, name=node.name)) @link.register @@ -322,6 +318,7 @@ def _(node: IntJoin, refs: list[SQLNode], ctx: AnnotateContext) -> None: lbox.refs.extend(lrefs) return + # gather any lateral references (if the right side contains a Bind node) gather_n_validate(node.joinee, node.lateral, lbox.typ, ctx) lbox.refs.extend(node.lateral) diff --git a/src/funsql/nodedefs.py b/src/funsql/nodedefs.py index 6cbd4da..efa88ca 100644 --- a/src/funsql/nodedefs.py +++ b/src/funsql/nodedefs.py @@ -16,7 +16,6 @@ from .common import Symbol, S, LITERAL_TYPES, register_union_type from .sqlcontext import SQLTable, ValuesTable from .nodes import * -from .clauses import SQLClause from .clausedefs import ( Frame, FrameMode,