Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Selecting Columns without Names #46

Closed
tommypacker opened this issue Mar 31, 2018 · 2 comments
Closed

Selecting Columns without Names #46

tommypacker opened this issue Mar 31, 2018 · 2 comments

Comments

@tommypacker
Copy link

Is there a way to select columns by index rather than via column names if a given dataframe does not have column names?

@holgerbrandl
Copy link
Owner

There's no way to way to define a df without column names. But since it is very common to access columns by index, I've added index access (see commit).

Thanks for the suggestion!

@tommypacker
Copy link
Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants