Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Recommend.Games
Blog
Commits
ae4f649d
Verified
Commit
ae4f649d
authored
May 17, 2021
by
Markus Shepherd
🙊
Browse files
small update to model.py
parent
93004cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiments/kennerspiel/model.py
View file @
ae4f649d
...
...
@@ -31,10 +31,12 @@ SEED = 23
# %load_ext lab_black
# %%
sdj
=
pd
.
read_csv
(
"../sdj.csv"
)
ksdj
=
pd
.
read_csv
(
"../ksdj.csv"
)
sdj
=
pd
.
read_csv
(
"../sdj.csv"
,
low_memory
=
False
)
ksdj
=
pd
.
read_csv
(
"../ksdj.csv"
,
low_memory
=
False
)
games
=
pd
.
read_csv
(
"../../../board-game-data/scraped/bgg_GameItem.csv"
,
index_col
=
"bgg_id"
"../../../board-game-data/scraped/bgg_GameItem.csv"
,
index_col
=
"bgg_id"
,
low_memory
=
False
,
)
sdj
.
shape
,
ksdj
.
shape
,
games
.
shape
...
...
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