Spaces:
Runtime error
Runtime error
adding the CategorgicalDtype method
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ import requests
|
|
16 |
import urllib.request
|
17 |
import shutil
|
18 |
|
|
|
|
|
19 |
url = 'https://raw.githubusercontent.com/fmegahed/tavr_paper/main/data/example_data2.csv'
|
20 |
download = requests.get(url).content
|
21 |
|
|
|
16 |
import urllib.request
|
17 |
import shutil
|
18 |
|
19 |
+
from pandas.api.types import CategoricalDtype
|
20 |
+
|
21 |
url = 'https://raw.githubusercontent.com/fmegahed/tavr_paper/main/data/example_data2.csv'
|
22 |
download = requests.get(url).content
|
23 |
|