datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Add code to look at the head from true_copy_surveys_df #464

Closed ricdea closed 1 year ago

ricdea commented 4 years ago

Added a few lines to look at the head from the copied data frame.

This ensures students see that the copy has not changed.

Otherwise the object is created but not used.

tobyhodges commented 1 year ago

I'm helping the current lesson Maintainers process outstanding pull requests on this repository, in preparation for transition to the new lesson infrastructure.

Thank you for contributing, @ricdea. I have gone ahead and broken up the long line as requested by Maxim above, and will now merge this PR.