cudf.Series.memory_usage# Series.memory_usage(index=True, deep=False)[source]# Return the memory usage of an object. Parameters: deepboolThe deep parameter is ignored and is only included for pandas compatibility. Returns: The total bytes used.