Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
def download_data(path):
|
| 8 |
os.path.abspath(path)
|
| 9 |
df = pd.read_csv(path)
|
| 10 |
-
wanted_df = df.drop_duplicates()
|
| 11 |
return wanted_df
|
| 12 |
|
| 13 |
def access_online_dataframe():
|
|
|
|
| 7 |
def download_data(path):
|
| 8 |
os.path.abspath(path)
|
| 9 |
df = pd.read_csv(path)
|
| 10 |
+
wanted_df = df.drop_duplicates()
|
| 11 |
return wanted_df
|
| 12 |
|
| 13 |
def access_online_dataframe():
|