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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,12 +349,13 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
349
349
350
350
# Latest updates
351
351
352
-
## Version 0.3.0 alpha 3
352
+
## Version 0.2.0 alpha 4
353
353
- Added parameters to the jsoniq magic to select the desired output to print: -j, -df, -pdf
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
357
- Improved static type detection upon binding a pandas or pyspark DataFrame as an input variable to a JSONiq queries.
358
+
- Now also accepts pandas version 2.2.
358
359
359
360
## Version 0.2.0 alpha 2
360
361
- 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