Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MLD3
FIDDLE
Commits
b65693ab
Commit
b65693ab
authored
Mar 06, 2020
by
Shengpu Tang (tangsp)
Browse files
handle missing input file
parent
31a273ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
FIDDLE/run.py
View file @
b65693ab
...
...
@@ -69,6 +69,8 @@ elif os.path.isfile(data_path + 'input_data.pickle'):
elif
os
.
path
.
isfile
(
data_path
+
'input_data.csv'
):
input_fname
=
data_path
+
'input_data.csv'
df_data
=
pd
.
read_csv
(
input_fname
)
else
:
raise
NotImplementedError
from
.steps
import
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment