Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0fa05b9
Created initial data project structure - LJD 7/21/26
LDurham1213 Jul 21, 2026
4ab7a1c
add books dataset - LJD 7/21/26
LDurham1213 Jul 21, 2026
b12afa4
Initial coding - read, filess and clean data - LJD 7/21/26
LDurham1213 Jul 21, 2026
9f30d4c
Added music_data.json and music.py files for JAVA team vijay 7/22/2026
Vdevannah Jul 22, 2026
ac798e8
updated to code to add various methods and create json file - LJD 7/2…
LDurham1213 Jul 22, 2026
5ef2174
Updating the music.py and music_data.json incorporating pandas versio…
Vdevannah Jul 22, 2026
950eb3e
Complete Music dataset -Vijay version 3 7/22/26
Vdevannah Jul 22, 2026
414d009
update vijay_music version 4 7/23/26
Vdevannah Jul 23, 2026
b16cb5e
Movies files added vijay version 1 7/23/2026
Vdevannah Jul 23, 2026
c0aaf26
Leigh data books (#31)
LDurham1213 Jul 24, 2026
3e3fa59
Merge remote-tracking branch 'origin/main' into vijay_music
Vdevannah Jul 24, 2026
393eba4
Vijay music (#33)
Vdevannah Jul 24, 2026
316164b
Merge remote-tracking branch 'origin/main' into vijay_music
Vdevannah Jul 24, 2026
576496d
remove generated JSON files
Vdevannah Jul 24, 2026
4e37134
update .gitignore
Vdevannah Jul 24, 2026
269dace
ignore generated music file
Vdevannah Jul 24, 2026
5e15826
testing to see if files are ignored
Vdevannah Jul 24, 2026
f254141
check to if tcc_ceds_music.csv ignored
Vdevannah Jul 24, 2026
8fb1735
removing music_data.json
Vdevannah Jul 24, 2026
1a8f627
remove csv files from repo
Vdevannah Jul 24, 2026
a3d8716
remove from repo
Vdevannah Jul 24, 2026
615c28c
remove from repo
Vdevannah Jul 24, 2026
8bba827
remove from repo
Vdevannah Jul 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,18 @@ cython_debug/
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# refer to https://docs.cursor.com/context/ignore-files
.cursorignore
.cursorindexingignore
.cursorindexingignore

# LMS

*.json
test.Movies-1-final-no-keywords.ipynb
test.Movies-1-fixed.ipynb
test.final_movies.csv
test.keywords.csv
test.links.csv
test.links_small.csv
test.ratings.csv
test.ratings_small.csv
test.tcc_ceds_music.csv
test.music_data.json
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python-envs.defaultEnvManager": "ms-python.python:pyenv"
}
Loading