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's a bit of a mess right now to require an Experiment whenever one needs to transform results. The results should be independent of the experiment. We should consider creating a class based on Dataframes.
Here are some examples of how to subclass data frames, from GeoPandas or to use composition, from UrbanSim.
The text was updated successfully, but these errors were encountered:
It's a bit of a mess right now to require an
Experiment
whenever one needs to transform results. The results should be independent of the experiment. We should consider creating a class based on Dataframes.Here are some examples of how to subclass data frames, from GeoPandas or to use composition, from UrbanSim.
The text was updated successfully, but these errors were encountered: