'load an excel file retrieved by get.requests in dataframe (python)

I'm retrieving an excel file from an API with the requests.get( Python) method. My question is it possible to load it into a dataframe without downloading it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source