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
in Pipeline._parseView, if we are passed a str, check if the string starts with "syn". If not, assume it is a local file path and try to return it as a pandas DataFrame.
The text was updated successfully, but these errors were encountered:
Pretty simple fix, if a bit hackish.
in Pipeline._parseView, if we are passed a str, check if the string starts with "syn". If not, assume it is a local file path and try to return it as a pandas DataFrame.
The text was updated successfully, but these errors were encountered: