Skip to content

Extracting name of columns  #226

Description

@ayush1999

Need an interface that is similar to what names() function returns when it takes a DataFrame in its argument (name of all columns). One way, as pointed out by @davidanthoff to do this is

df |> @take(1) |> @map(fieldnames(typeof(_))) |> @mapmany(_, __)

Which is clearly not an easy way to do this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions