zachgozlan / aew_skilldash

I built a computer model for AEW's rankings - see companion writeup + tableau viz
GNU General Public License v3.0
0 stars 1 forks source link

Contents of `aew_matchguide.csv` #1

Closed rpodcast closed 3 years ago

rpodcast commented 3 years ago

Hello! As a lifelong wrestling fan and statistician, thank you for creating this very fun project. I'm adapting a few of the techniques you use on scraping and processing the events data into my R scripts, and in your match_parser function you read a CSV file called aew_matchguide.csv. Could you add that to this repository? I'm at the step where I have the "raw" match results obtained from each event, but I'm not quite parsing them correctly in my current approach.

zachgozlan commented 3 years ago

Hey! Just to acknowledge this, there are a few files that I deliberately kept off the repo because I get defensive sometimes about people stealing my garbage. I recognize this is insane and when I get the chance I'll add that + a few other files that are probably useful in the process (stuff like the file that confirms that "Preston Vance" and "Ten" are the same person.) Didn't want to leave you hanging, just been busy the past few days.

Will let you know when they're up. Thanks for liking the work and excited to see what you can do with it.

On Fri, Sep 17, 2021 at 12:39 AM Eric Nantz @.***> wrote:

Hello! As a lifelong wrestling fan and statistician, thank you for creating this very fun project. I'm adapting a few of the techniques you use on scraping and processing the events data into my R scripts, and in your match_parser function you read a CSV file called aew_matchguide.csv. Could you add that to this repository? I'm at the step where I have the "raw" match results obtained from each event, but I'm not quite parsing them correctly in my current approach.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zachgozlan/aew_skilldash/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGXFXA7LEKYQ65CSSOVDV3UCLBBLANCNFSM5EGFFSKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Zachary Gozlan www.linkedin.com/in/zachgozlan https://github.com/zachgozlan

e: @.*** c: 973 865 9835 t: @zachgozlan

zachgozlan commented 3 years ago

Haha, I did not know this would be posted publicly. Ah well.

Several files you would need are now on the repo. Let me know if I missed something but I think that's it, be aware that those do need to be maintained if you are doing this yourself (I keep it updated on my end but do not expect to be pushing it to git every time there's a minor change.)

rpodcast commented 3 years ago

Thank you @zachgozlan ! I've had a start at converting some of the scraping code to R (you can see my initial exploits on a recent live stream VOD here) but these files are a huge part of making the next steps feasible. If I make any updates to the files I will be glad to send a PR to this repo.