GithubHelp home page GithubHelp logo

Implement "vstack" about explorer HOT 8 CLOSED

elixir-explorer avatar elixir-explorer commented on August 16, 2024
Implement "vstack"

from explorer.

Comments (8)

isaacsanders avatar isaacsanders commented on August 16, 2024 1

Yep! The sidebar has https://elixir-nx.github.io/explorer, which is where our docs are living until a Hex release.

This will be super helpful, thanks!

from explorer.

cigrainger avatar cigrainger commented on August 16, 2024

We’ve got this one. It’s Explorer.DataFrame.concat_rows. #76

from explorer.

isaacsanders avatar isaacsanders commented on August 16, 2024

I missed that. Are there docs somewhere that make it easier to discover the API? I was using the livebook when I was looking for this.

from explorer.

cigrainger avatar cigrainger commented on August 16, 2024

Yep! The sidebar has https://elixir-nx.github.io/explorer, which is where our docs are living until a Hex release.

from explorer.

isaacsanders avatar isaacsanders commented on August 16, 2024

@cigrainger Why is the name different than the existing Elixir APIs and the existing Polars APIs? Creating a different name feels like it would require a pretty significant reason.

from explorer.

cigrainger avatar cigrainger commented on August 16, 2024

The name is a combination of pandas' concat and dplyr's bind_rows. It's basically the former but specifying the axis. Re: the latter, bind was chosen because concat was taken.

from explorer.

josevalim avatar josevalim commented on August 16, 2024

I think I was the one who mentioned concat_rows but if we go with dplyr naming everywhere, then maybe it should be bind_rows? Is there any other API where we diverge the naming? :)

from explorer.

cigrainger avatar cigrainger commented on August 16, 2024

We diverge in a few places. And dplyr had to deal with avoiding naming collisions due to the way R is commonly used. dplyr differs from data.table, which differs from pandas, which differs from polars, which differs from DataFrames.jl. In most cases the APIs have minute differences due to the philosophy behind them or the language used and the naming corresponds to that. I don't think that we're running amiss of anything by trying to choose the best naming for the way our API works (within reason).

from explorer.

Related Issues (20)

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.