Skip to content

jsoniq 0.1.0 alpha 12

Pre-release
Pre-release

Choose a tag to compare

@ghislainfourny ghislainfourny released this 21 Jul 11:25
· 147 commits to main since this release
a4bb9df
  • 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.
  • renamed bindDataFrameAsVariable() to bind(), which can be used both with DataFrames and Python lists.
  • add bindOne() for binding a single value to a JSONiq variable.
  • wrapping df() in a Pyspark DataFrame to make sure it can be used with pyspark DataFrame transformations.