lisa.datautils.series_combine#
- lisa.datautils.series_combine(series_list, func, fill_value=None)[source]#
Same as
pandas.Series.combine()
on a list of series rather than just two.
Same as pandas.Series.combine()
on a list of series rather than just
two.