/oss_project

oss_project

Primary LanguageShell

영화 데이터 처리 스크립트

영화 데이터 처리하기

사용법

  1. 스크립트를 실행하면 다음 메뉴가 표시됩니다:

    • "1. Get the data of the movie identified by a specific 'movie id' from 'u.item'"
    • "2. Get the data of action genre movies from 'u.item'"
    • "3. Get the average 'rating' of the movie identified by specific 'movie id' from 'u.data'"
    • "4. Delete the 'IMDb URL' from 'u.item'"
    • "5. Get the data about users from 'u.user'"
    • "6. Modify the format of 'release date' in 'u.item'"
    • "7. Get the data of movies rated by a specific 'user id' from 'u.data'"
    • "8. Get the average 'rating' of movies rated by users with 'age' between 20 and 29 and 'occupation' as 'programmer'"
    • "9. Exit"
  2. 메뉴에서 원하는 작업 선택 후 지시문을 읽고 정보를 입력

  3. 작업 완료 시 스크립트에서 결과 표시

  4. 추가 작업 또는 종료 선택 가능

예제

  • 특정 영화 ID의 데이터 가져오기
  • 액션 장르 영화 데이터 가져오기
  • 특정 영화 ID의 평균 평점 가져오기
  • IMDb URL 삭제
  • 사용자 데이터 가져오기
  • 영화 개봉일 형식 수정
  • 특정 사용자가 평가한 영화 데이터 가져오기
  • 20세에서 29세 사이의 "프로그래머" 직업을 가진 사용자에 의한 영화의 평균 평점 가져오기

환경 세팅

  • Bash 셸 환경