We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041aa8e commit a77f164Copy full SHA for a77f164
README.md
@@ -50,6 +50,8 @@ The exported `sql` and `sql_val` variables are magic objects that can be used to
50
3 All natural disasters 1903 6506
51
4 All natural disasters 1905 22758
52
53
+>>> disasters = sql^ "SELECT * FROM 'disasters.csv'"
54
+
55
>>> def total_deaths(entity: str) -> float:
56
... return sql_val^ "SELECT SUM(deaths) FROM disasters WHERE Entity = $entity"
57
...
0 commit comments