質問編集履歴
1
ソースコードとエラーメッセージが同じ欄に入力されていたので、訂正。
test
CHANGED
File without changes
|
test
CHANGED
@@ -137,15 +137,19 @@
|
|
137
137
|
--> 641 raise HTTPError(req.full_url, code, msg, hdrs, fp)
|
138
138
|
|
139
139
|
HTTPError: HTTP Error 403: Forbidden
|
140
|
+
```
|
141
|
+
|
142
|
+
|
140
143
|
### 該当のソースコード
|
141
144
|
|
142
|
-
```
|
145
|
+
```
|
143
146
|
!pip install lxml html5lib beautifulsoup4
|
144
147
|
!pip install pandas
|
145
148
|
import pandas as pd
|
146
149
|
URL = 'https://www.jra.go.jp/JRADB/accessK.html'
|
147
150
|
pd.read_html(URL)
|
148
151
|
```
|
152
|
+
|
149
153
|
|
150
154
|
### 試したこと
|
151
155
|
|