You could filter instead of summarizing, something like this
filter(Worldwide_Gross == range(Worldwide_Gross)[2])
if you need more specific help, please provide a proper REPRoducible EXample (reprex)
You could filter instead of summarizing, something like this
filter(Worldwide_Gross == range(Worldwide_Gross)[2])
if you need more specific help, please provide a proper REPRoducible EXample (reprex)