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
It would be helpful to provide an abstract class that will guide people to fit data into the PyalData format. A few abstract methods with well defined I/O that the user has to implement will make using the toolbox much easier.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! Could you maybe elaborate what that would look like? What are typical problems that might come up? (Please forgive my ignorance, I've never collected data.)
Since the data is just a pandas.DataFrame, all the constructors here should work.
The main idea is to pass in handles to functions that match an input-output spec, along with parameters for those functions. The documentation in there should cover how the system works, at least broadly.
It would be helpful to provide an abstract class that will guide people to fit data into the PyalData format. A few abstract methods with well defined I/O that the user has to implement will make using the toolbox much easier.
Thanks!
The text was updated successfully, but these errors were encountered: