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 scan parameter docs say that x and y should be a Numpy ndarray and using that the scan works just fine, but when I try to Deploy I get the following error when trying to save the x and y data to csv.:
AttributeError: 'numpy.ndarray' object has no attribute 'to_csv'
And of course, ndarray doesn't have a to_csv method, so I'm confused by the discrepancy. Is a Pandas Dataframe expected? If so what format is expected? I've had trouble getting the scan to accept a Dataframe.
Note: I'm currently using the latest daily-dev release of v0.6.1
The text was updated successfully, but these errors were encountered:
The scan parameter docs say that x and y should be a Numpy ndarray and using that the scan works just fine, but when I try to Deploy I get the following error when trying to save the x and y data to csv.:
AttributeError: 'numpy.ndarray' object has no attribute 'to_csv'
And of course, ndarray doesn't have a to_csv method, so I'm confused by the discrepancy. Is a Pandas Dataframe expected? If so what format is expected? I've had trouble getting the scan to accept a Dataframe.
Note: I'm currently using the latest daily-dev release of v0.6.1
The text was updated successfully, but these errors were encountered: