INNER CODE UNIT · Python

to

stefmolin/Hands-On-Data-Analysis-with-Pandas-2nd-edition · ch_04/window_calc.py:14

          function to use, a string name for the function,
          or the function itself.
        - args: Positional arguments to pass to `func`.
        - kwargs: Keyword arguments to pass to `func`.
    
    Returns:
        A new `DataFrame` object.
    """
    return df.pipe(func, *args, **kwargs).agg(agg_dict)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…