En: cript to Try to predict the world cup's matches' results
Pt_BR: Script para Tentar prever os resultados dos jogos da copa do mundo
- pandas: https://pandas.pydata.org/
- csv: https://docs.python.org/3/library/csv.html
- numpy: http://www.numpy.org/
- sys: https://docs.python.org/3/library/sys.html
- statistics: https://docs.python.org/3/library/statistics.html
- Pandas - pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
- Csv - Implements classes to read and write tabular data in CSV format
- Numpy - Allows to work with arrays, vectors and N-dimensional arrays
- Sys - This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter
- Statistics - This module provides functions for calculating mathematical statistics of numeric
python get_game_result.py
Will return
done
At the initial you are generating a score.csv file with the scores and statistics of the teams
- Rafael Silverio - (https://github.com/rafacarlossilver)
- Emerson Prado - (https://github.com/EmersonPrado)
- Pedro Prado - (https://github.com/pedromprado)