Skip to content

Commit cbbae51

Browse files
author
Ghislain Fourny
committed
Fix typo.
1 parent cc3ac11 commit cbbae51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
344344

345345
## Version 0.1.0 alpha 13
346346
- Allow to bind JSONiq variables to pandas dataframes
347-
- Allow to retrieve the output of a JSONiq query as a pandas dataframes (if the output is available as a dataframe, i.e., availableOutputs() returns a list that contains "DataFrame")
347+
- Allow to retrieve the output of a JSONiq query as a pandas dataframe (if the output is available as a dataframe, i.e., availableOutputs() returns a list that contains "DataFrame")
348348
- Clean up the mapping to strictly map tuples to sequence of items, and lists ot array items. This will avoid confusion between arrays and sequences.
349349
- As a consequence, json() now returns a tuple, not a list.
350350
- Calling bind() with a single list will return an informative error. Use bind() with a tuple instead, or call bindOne() to interpret the list as a sequence of one array item.

0 commit comments

Comments
 (0)