{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Indentification of all the members of the group.\n", "Name:\n", "\n", "Name:\n", "\n", "Name: " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Name of the dataset\n", "Dataset:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Abstract\n", "Abstract of the dataset (describe the dataset with your own words):" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Questions to the dataset\n", "Question 1:\n", "\n", "Question 2:\n", "\n", "...\n", "\n", "Question P:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## EDA\n", "Present your EDA strategy:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Some examples of analysis/visualizations:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "1) Present the mean, variance, min, median and max values for each attribute. If the dataset has too many attibutes, choose the more significant ones. Present your code and some remarks to help the understanding." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "2) How well distributed are the dataset in relation the each attribute. How can you visually check that? Hint: plot a histogram" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "3) Is there any attribute that can be used to better interpret the dataset? Show this in a graphic where you used this attribute to group (groupby) the data." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "4) Is there any outlier's pattern? " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "5) Make your own remarks about the dataset. Try to use one or more graphics to justify your remarks." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "6) Is there any symmetry that can be stressed?" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "7) How important was EDA to help you understand the dataset?" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "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.7.3" }, "latex_envs": { "LaTeX_envs_menu_present": true, "bibliofile": "biblio.bib", "cite_by": "apalike", "current_citInitial": 1, "eqLabelWithNumbers": true, "eqNumInitial": 1, "hotkeys": { "equation": "Ctrl-E", "itemize": "Ctrl-I" }, "labels_anchors": false, "latex_user_defs": false, "report_style_numbering": false, "user_envs_cfg": false }, "toc": { "colors": { "hover_highlight": "#DAA520", "running_highlight": "#FF0000", "selected_highlight": "#FFD700" }, "moveMenuLeft": true, "nav_menu": { "height": "134.4px", "width": "252px" }, "navigate_menu": true, "number_sections": true, "sideBar": true, "threshold": 4, "toc_cell": false, "toc_section_display": "block", "toc_window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }