{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## exerc10PlayerRegression ##\n", "\n", "* Consider the following variables, corresponding to information of a football player. The date is in the following URL: 'https://raw.githubusercontent.com/masterfloss/data/main/jogadores.csv'\n", "\n", "The data store is:\n", "\n", "- 'Idade' - age \n", "\n", "- 'Altura' - height \n", "\n", "- 'Minutos' - minutes played\n", "\n", "- 'Valor de Mercado' – market value\n", "\n", "- 'Ser Transferido' - being transferred\n", "\n", "\n", "**Data collected by Pedro Carapau**\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.12" } }, "nbformat": 4, "nbformat_minor": 2 }