alphaclean icon indicating copy to clipboard operation
alphaclean copied to clipboard

example 1 program doesn't run

Open sirrice opened this issue 8 years ago • 0 comments

When I make up fake data for example 1, the program does not change the data correctly:

data = pd.DataFrame([ dict(a="San Francisco", b="FOO") ])
dcprogram.run(data)  # does not change FOO to SF

image

sirrice avatar Aug 22 '17 03:08 sirrice