Skip to content
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

fix: dim() should return integer #577

Merged
merged 3 commits into from
Dec 7, 2023
Merged

fix: dim() should return integer #577

merged 3 commits into from
Dec 7, 2023

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Dec 7, 2023

Fix #576

Because <DataFrame>.shape() returns (usize, usize) in Rust, it converted to real in R.

@etiennebacher
Copy link
Collaborator

Should this be updated for the other length / width / ncol ... methods?

@eitsupi
Copy link
Collaborator Author

eitsupi commented Dec 7, 2023

Should this be updated for the other length / width / ncol ... methods?

From what little I have seen, it seems unnecessary as they are still returning ints at this time.

Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, can you add a quick note in news?

@etiennebacher etiennebacher merged commit 56d8e97 into main Dec 7, 2023
17 checks passed
@etiennebacher etiennebacher deleted the fix-dim branch December 7, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dim() should return integer
2 participants