実現したいこと
import requests, datetime, time
import pandas as pd
from bs4 import BeautifulSoup
from urllib.parse import urljoin
のインストールで
発生している問題・分からないこと
C:\Users\ytk06\AppData\Local\Temp\ipykernel_7452\2489727194.py:2: DeprecationWarning:
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466
import pandas as pd
該当のソースコード
webスクレイピングで
1pandasのExcelにOutputする際、 2pd.DataFrame(k_resalt).to_excel('output\Googleアラート(健康経営)'+day+'.xlsx',index=False)
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
Excelシートに書き込み方法を教えてください。
pandasなどの更新ができません。
どのようにするか教えてください。
補足
特になし
