Coder Social home page Coder Social logo

movie_recommend0's Introduction

movie_recommend0

20-2 인빅 프로젝트

필터링

movie_filter(input_data, year, genres)

details

parameters :

  • input_data (DataFrame): movie.csv에서 읽은 DataFrame.

  • year (integer): year 미만 영화는 거릅니다.

  • genres (array of string): 분류된 모든 장르가 genres배열에 포함되지 않는 영화는 거릅니다.

return (DataFrame):

  • year 컬럼이 추가되고 조건에 맞게 필터링된 DataFrame

comment

  • title이 (year)로 끝나지 않는 15개의 영화는 아예 제외했습니다. (ex. movield 7789)
  • year컬럼을 추가했습니다.
  • genres를 구분자 '|' 기준으로 파싱하여 문자열의 배열로 변환했습니다.
  • input_data로 입력된 DataFrame 객체의 원형은 바뀌지 않습니다.

movie_recommend0's People

Contributors

lsn1106 avatar kwoneunseon avatar eunhyeok-ju avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.