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

Bug in string word counts? #296

Closed
001ben opened this issue Oct 26, 2022 · 2 comments
Closed

Bug in string word counts? #296

001ben opened this issue Oct 26, 2022 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@001ben
Copy link

001ben commented Oct 26, 2022

xf[xf.columns[0]].str.count(" ").add(1).sum()

Noticed some weird behavior with the word counts in skimpy output - should this be using col to subset xf rather than xf.columns[0]?

@aeturrell aeturrell added the bug Something isn't working label Oct 30, 2022
@aeturrell aeturrell self-assigned this Oct 30, 2022
@aeturrell aeturrell added this to the 0.0.8 milestone Nov 3, 2022
@aeturrell aeturrell modified the milestones: 0.0.8, 0.0.9 Jul 15, 2023
@aeturrell
Copy link
Owner

It's possible that #386 could solve this too as it's a word count issue. Grateful for a full example of the issue so I can tell, if you can provide one?

@aeturrell
Copy link
Owner

I'm going to close this for now, but will re-open if it's not sorted for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants