Update tools.py
Browse files
tools.py
CHANGED
|
@@ -212,7 +212,6 @@ class HTML_find(Tool):
|
|
| 212 |
# "description": "If no subject is defined, the tool will return all the tables. If you know the numerical output (you must be sure about it) that you're searching, as a year, you can specify it with this input.
|
| 213 |
#}
|
| 214 |
}
|
| 215 |
-
def forward(self,url)
|
| 216 |
-
#if({subject}=="Inconnu"):
|
| 217 |
tables=pd.read_html(url)
|
| 218 |
return tables
|
|
|
|
| 212 |
# "description": "If no subject is defined, the tool will return all the tables. If you know the numerical output (you must be sure about it) that you're searching, as a year, you can specify it with this input.
|
| 213 |
#}
|
| 214 |
}
|
| 215 |
+
def forward(self,url):
|
|
|
|
| 216 |
tables=pd.read_html(url)
|
| 217 |
return tables
|