Git Product home page Git Product logo

polars_100_knocks's Introduction

polars_100_knocks's People

Contributors

kunishou avatar masakiaota avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

polars_100_knocks's Issues

問【69】【70】表現のご相談

例えば、69では問題文が「df2にdf3を、df3にのみ存在するデータのみを残してて結合」となっていますが、
答えであるdf2.join(df3, on='name', how='semi')の実行結果は、df3と結合したものではありません。
実質的には、df3に登場するkeyに一致する行を残したdf2 だと思う(df2に対するfilter操作に近い)のですがどう表現したら良いのか迷いますね

問【6】についての別解

df.select(pl.all().sort_by('fare'))
が模範解答となっていますが、
df.sort('fare')のほうが書き方が簡単ではないでしょうか?

パット見同じ挙動に見えます。

問【34】についての別解

for col in df.columns:
    print(col, df[col].n_unique())

よりも

df.select(pl.all().n_unique())

のほうが簡潔かもしれないです。

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.