-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrow and ncol for DataFrameRows and DataFrameColumns #3054
Comments
What's the context of this? I don't see a strong reason not to do this but better have use cases before adding features? |
The context is JuliaData/Tables.jl#278 (comment). If we decide to add |
OK. Let's wait until a decision is made in Tables.jl first? |
Yes, I just want to track this here. |
@nalimilan:
Do we want
DataFrameRows
andDataFrameColumns
to be considered to be Tables.jl tables and eg. define for themnrow
andncol
?The text was updated successfully, but these errors were encountered: