Open ericpan64 opened 1 month ago
Alright: so it seems like JMESPath doesn't support tuple indexing, which makes sense because it's JSON-focused (and does a lot there). If pydian is to be the general data eng framework, it needs tuple support and other random things. It's time for a parser...
Look into pyparsing or parsimonious, and make a simple grammar (take ideas from JMESPath and give credit where credit is due)
Describe the bug
Seems like indexing into tuples (or things index-able besides lists) doesn't happen and silently errors
How To Reproduce
Expected behavior
Index into the tuple
Additional context