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
The instructions in Python README.MD state to install with poetry then run an example to join two tables using Pipeline.
But running from datashaper.pipeline import Pipeline yields an error since this module does not exist in the folder structure.
The text was updated successfully, but these errors were encountered:
The instructions in Python README.MD state to install with poetry then run an example to join two tables using
Pipeline
.But running
from datashaper.pipeline import Pipeline
yields an error since this module does not exist in the folder structure.The text was updated successfully, but these errors were encountered: