You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
328
328
- Allow to bind JSONiq variables to Python values (mapping Python lists to sequences of items). This makes it possible to manipulate Python values directly with JSONiq and even without any knowledge of Spark at all.
329
329
- renamed bindDataFrameAsVariable() to bind(), which can be used both with DataFrames and Python lists.
330
330
- add bindOne() for binding a single value to a JSONiq variable.
331
+
- wrapping df() in a Pyspark DataFrame to make sure it can be used with pyspark DataFrame transformations.
331
332
332
333
## Version 0.1.0 alpha 11
333
334
- Fix an issue when feeding a DataFrame output by rumble.jsoniq() back to a new JSONiq query (as a variable).
0 commit comments