Scraping Data-Football in Past 10 Years#914
Closed
Soubeer wants to merge 3 commits intoClueless-Community:mainfrom
Closed
Scraping Data-Football in Past 10 Years#914Soubeer wants to merge 3 commits intoClueless-Community:mainfrom
Soubeer wants to merge 3 commits intoClueless-Community:mainfrom
Conversation
nikhil25803
requested changes
May 13, 2024
Member
nikhil25803
left a comment
There was a problem hiding this comment.
Hey @Soubeer, I'll suggest you to check other modules like GitHub and IMDB and see how the modules are created.
We do not provide a Python script to do so, its a package that can be installed anywhere using pip. It must be implemented in classes and methods with proper namings.
Also do not include files like CSV or anything else except Python file.
Author
|
@nikhil25803 I'm sorry, I could not find good sites on how to create modules. I understand the task and I saw that having the script as another file in the workspace can allow use for it for football scraping. I am not sure on how to create the module for it at the moment, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Resolves: [903]
Checklist
Screenshots
beautiful soup as it is the easiest scraping library
Supports JSON if present in that form
Gets data for all the teams and converts into dataframe
Gets seasonal data and does the same with all
Provides categorical data at the end
I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.
I appreciate your contribution.