Skip to content

jsoniq 0.2.0 alpha 4

Pre-release
Pre-release

Choose a tag to compare

@ghislainfourny ghislainfourny released this 06 Aug 14:47
· 107 commits to main since this release
2fea77c
  • Added parameters to the jsoniq magic to select the desired output to print: -j, -df, -pdf
  • Added informative error message with a hint on how to fix when trying to get a DataFrame and there is no schema.
  • Added parameter -t to the jsoniq magic to measure the response time
  • 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.
  • Improved static type detection upon binding a pandas or pyspark DataFrame as an input variable to a JSONiq queries.
  • Now also accepts pandas version 2.2.