I’m working on a tool somewhat similar to OpenRefine called Data Dojo. The emphasis is more on learning and experimentation, but I’m now looking into adding apache spark integration for more serious use cases. Would love any feedback from HN folk! https://datadojo.app
Python fails on this transform function:
def f(a):
v = a if a >= 4 else 2
return v
Message in red: "Error: (Brython compile error)"Update: I recommend you try https://pypyjs.org/ for python in the browser.