Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider creating a Results class for intelligibility experiments #33

Open
achabotl opened this issue Apr 29, 2015 · 1 comment
Open

Comments

@achabotl
Copy link
Owner

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.

@achabotl
Copy link
Owner Author

There's info in the official pandas docs since v0.16.

http://pandas.pydata.org/pandas-docs/stable/internals.html#subclassing-pandas-data-structures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant