Football Match Result Data Entry
Budget: $30 – $250 USD
I need a one-off search and data entry task for football match results in a specific text format.
You will need to:
- Search for match results (for example, on Google)
- Input results in the provided format
- Complete data for approximately 4,000 matches from various leagues
You need basic skills to do this, it's just time consuming.
The data will be provided in a text file that follows a specific format.
Example:
In the provided file you will see one match per row that looks like so:
('2023-09-02', 'Alav\\xc3\\xa9s', 'Valencia'): (),
('2023-09-02', 'Palermo', 'Feralpisal\\xc3\\xb2'): (),
The completed version by you should look like:
('2023-09-02', 'Alav\\xc3\\xa9s', 'Valencia'): (1, 0),
('2023-09-02', 'Palermo', 'Feralpisal\\xc3\\xb2'): (3, 0),
You should not edit out the bad characters from the source file. The teams should be obvious despite that. In the first example, if you remove the \\x stuff and search for "2023-09-02', 'Alavas', 'Valencia" on Google, you will see that the score is 1 - 0 (with 1 being the first, i.e. home team in the provided example).
So the output of your work will be the completed unmapped_matches.txt in the format described in the example above.
You will need to:
- Search for match results (for example, on Google)
- Input results in the provided format
- Complete data for approximately 4,000 matches from various leagues
You need basic skills to do this, it's just time consuming.
The data will be provided in a text file that follows a specific format.
Example:
In the provided file you will see one match per row that looks like so:
('2023-09-02', 'Alav\\xc3\\xa9s', 'Valencia'): (),
('2023-09-02', 'Palermo', 'Feralpisal\\xc3\\xb2'): (),
The completed version by you should look like:
('2023-09-02', 'Alav\\xc3\\xa9s', 'Valencia'): (1, 0),
('2023-09-02', 'Palermo', 'Feralpisal\\xc3\\xb2'): (3, 0),
You should not edit out the bad characters from the source file. The teams should be obvious despite that. In the first example, if you remove the \\x stuff and search for "2023-09-02', 'Alavas', 'Valencia" on Google, you will see that the score is 1 - 0 (with 1 being the first, i.e. home team in the provided example).
So the output of your work will be the completed unmapped_matches.txt in the format described in the example above.