You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running bubbles / examples / hello.py fails because
1)
p.source(bubbles.data_object("csv_source", URL, infer_fields=True)) is missing a name parameter. Should be
Running bubbles / examples / hello.py fails because
1)
p.source(bubbles.data_object("csv_source", URL, infer_fields=True)) is missing a name parameter. Should be
p.source(bubbles.data_object("csv_source", URL, infer_fields=True),"foo-name")
Furthermore, the example doesn't seem to produce any output. What is supposed to happen when p.pretty_print() executes?
The text was updated successfully, but these errors were encountered: