-
Notifications
You must be signed in to change notification settings - Fork 6
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
jupyter notebook examples #148
Comments
@inkenbrandt this has been on my TODO list for a while, but I haven't gotten there yet. It's a sad state of affairs when the tests are the best examples that you have :/ Curious: Do you have some suggestions (besides a basic example there) for improving the docstring? |
Actually, the docstring is really good. It made it possible for me to use the ROS function. If anything, I would add a little bit to the |
@inkenbrandt I'm thinking I should remove the ability to return dataframes. I think a best if give the wrong impression about the nature of the imputation. Thoughts? |
Maybe just be more explicit in the docs. The dataframe output with the intermediate steps really helped me understand what was happening. The array return by default helps prevent the wrong interpretation. |
It would be nice to have some examples of your scripts in use. I tried using this: http://nbviewer.jupyter.org/gist/phobson/9986377/ros.ipynb as an example, but it is different from what is in wqio. Would there be any way to add some tutorial notebooks for the various features of wqio, especially the ros?
The text was updated successfully, but these errors were encountered: