Skip to content

Commit

Permalink
Dropped columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 9, 2024
1 parent 30cfce7 commit 65505d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/preprocessed.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
outs:
- md5: dcaa672ab41d437fedf4725aca43e402.dir
size: 12379698
- md5: 4d54e5afdc5cc66f82234c9738f75aa0.dir
size: 6071861
nfiles: 4
hash: md5
path: preprocessed
2 changes: 1 addition & 1 deletion src/data/make_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def process_data(input_filepath_users, input_filepath_caract, input_filepath_pla
df = replace_values(df)

# Drop columns
#df = drop_columns(df)
df = drop_columns(df)

# Drop lines with NaN values
#df = drop_lines_with_nan_values(df)
Expand Down

0 comments on commit 65505d1

Please sign in to comment.