LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

EnsembleSeries display #591

Closed CommonClimate closed 2 months ago

CommonClimate commented 2 months ago

addresses #574

Instead of creating a custom__repr__ function, I simply made sure that all ensemble members have a label upon init, and the pandas __repr__ function did the rest. Some clauses in EnsembleSeries.to_dataframe() may no longer be necessary. Incidentally, it would be more consistent to call that function to_pandas(), to align with Series or MultipleSeries