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
@@ -354,6 +354,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
354
354
- Added informative error message with a hint on how to fix when trying to get a DataFrame and there is no schema.
355
355
- Added parameter -t to the jsoniq magic to measure the response time
356
356
- The RumbleSession object now saves the latest result (sequence of items) in a field called lastResult. This is particularly useful in notebooks for post-processing a result in Python after obtained it through the jsoniq magic.
357
+
- Improved static type detection upon binding a pandas or pyspark DataFrame as an input variable to a JSONiq queries.
357
358
358
359
## Version 0.2.0 alpha 2
359
360
- You can change the result size cap through to the now accessible Rumble configuration (for example rumble .getRumbleConf().setResultSizeCap(10)). This controls how many items can be retrieved at most with a json() call. You can increase it to whichever number you would like if you reach the cap.
0 commit comments