Отправьте таблицу, очищенную по запросам, в книгу/лист Excel
#python #excel #python-requests Вопрос: Новичок здесь, Я поскреб стол, используя запросы от nhl.com, и я хотел бы отправить его в Excel. import requests url = 'https://api.nhle.com/stats/rest/en/team/powerplay?isAggregate=falseamp;isGame=falseamp;sort=[{"property":"powerPlayPct","direction":"DESC"},{"property":"teamId","direction":"ASC"}]amp;start=0amp;limit=50amp;factCayenneExp=gamesPlayed>=1amp;cayenneExp=gameTypeId=2 and homeRoad="H" and seasonId=20212022'…