rubin-dp0 / tutorial-notebooks

Tutorial Jupyter Notebooks for Data Preview 0, created and maintained by the Rubin Observatory Community Science Team.
Apache License 2.0
33 stars 17 forks source link

Adding a new section to demonstrate Pandas table joins #201

Closed galaxyumi closed 3 weeks ago

galaxyumi commented 2 months ago

Added a new section 5 to describe how to do Pandas table join between a user-created table and the DP0.3 retrieved table.

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

galaxyumi commented 1 month ago

Thank you @MelissaGraham for your feedback.

Regarding your last suggestion: how about replacing the current plot with a new plot comparing the orbital parameters from the Gaia table and the MPCORB table for the merged table?

MelissaGraham commented 1 month ago

Thank you @MelissaGraham for your feedback.

Regarding your last suggestion: how about replacing the current plot with a new plot comparing the orbital parameters from the Gaia table and the MPCORB table for the merged table?

That sounds like a good demo!

galaxyumi commented 4 weeks ago

@MelissaGraham I implemented all your feedback and took a workaround by using fullDesignation instead of mpcDesignation for table joins. The NB is ready for the final review.