LSSTDESC / gcr-catalogs

A Python module that provides a unified interface to access mock galaxy catalogs and more for the LSST DESC
https://github.com/LSSTDESC/gcr-catalogs
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Change .iteritems() to .items() #615

Closed yymao closed 1 year ago

yymao commented 1 year ago

Fix #614 -- pandas DataFrame .iteritems() is deprecated so this PR changes it to .items()