Closed lkarthee closed 9 months ago
s = Explorer.Series.from_list([~s({"a": 1}), ~s({"b": 1})]) #Explorer.Series< Polars[2] string ["{\"a\": 1}", "{\"b\": 1}"] > iex(3)> Explorer.Series.json_path_match(s, "$.a") #Explorer.Series< Polars[2] string ["1", nil] > iex(4)> Explorer.Series.json_path_match(s, "$.") ** (RuntimeError) Polars Error: ComputeError(ErrString("error compiling JSONpath expression path error: \nEof\n")) (explorer 0.9.0-dev) lib/explorer/polars_backend/shared.ex:26: Explorer.PolarsBackend.Shared.apply_series/3 iex:4: (file)
added docs and tests
random ci failure - mix format failure is due some other reason..
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: