-
Notifications
You must be signed in to change notification settings - Fork 48
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
Issue in batsmanDismissals() #5
Comments
Will check. Not out shows up as a '*" which I remove. Yes transformations have to be done. Will look into it. Currently caught up in a couple of things. We cannot remove clean(file). We have to make it work with that. Ganesh |
Sure Mr Ganesh. I Will keep an eye on this page. Pranav |
Looking at the data I see rows which have been removed have Mins as '-'. This is NA which R removes in clean(file). Did you check why rows 6,7,8,9 for Vijay has Mins as '-'? |
ESPNCricinfo (Match Scorecard) doesn't have the minutes played statistics for India's home series vs Australia |
You can make your own function to only look at the dismissals column without the clean function. I may not add this to the package as this is an issue with the data. I cannot keep the package generic if I do changes which are unique. |
What I actually thought was , given the fact that "Mins" data is inconsistent in ESPNCricinfo Statsguru, why do we need to consider "Mins" data at all. Why dont we drop it for all functions? Then it becomes easier to fill NAs for all other "-"s. |
First of all , I would like to appreciate your dedication in framing this package!. Hats Off!
Coming to the issues,
I have been trying to analyze Vijay Shankar's ODI dismissals. (http://stats.espncricinfo.com/ci/engine/player/477021.html?class=2;filter=advanced;orderby=start;template=results;type=batting;view=innings). and I came across 2 following issues:
(I have traced the function)
After execution of this line only one record stays in his data
Similarly with Rishab Pant
What I mean is that
His stats should read
Not out : 0 %
Run out : 40 %
Caught : 60 %
Refer
as opposed to current metrics displaying
Not out : 44%
Run out : 22%
Caught : 33%
The text was updated successfully, but these errors were encountered: