{ "cells": [ { "cell_type": "markdown", "id": "88dc2c37", "metadata": {}, "source": [ "## Lab07 ##\n", "\n", "Consider the following files:\n", "\n", " https://github.com/masterfloss/data/raw/main/ERP.xlsx\n", " https://github.com/masterfloss/data/raw/main/ScienceTechnGraduate.xlsx \n", " https://github.com/masterfloss/data/raw/main/egov.xlsx \n", " https://github.com/masterfloss/data/raw/main/ecommerce01.xlsx \n", " \n", "* Create a dataset by collecting a variable from each file. \n", "\n", "* Use PivotTable to split data (e.g. pd.pivot_table(df1, values='Grad',index=['SERIES'], columns=['CATEGORY']))\n", "\n", "* Create the charts you consider adequate to understand the data\n", "\n", "* What type of analysis could be performed with the data?\n" ] }, { "cell_type": "code", "execution_count": null, "id": "7a09e49c", "metadata": {}, "outputs": [], "source": [ "#" ] }, { "cell_type": "code", "execution_count": null, "id": "5d1a4150", "metadata": {}, "outputs": [], "source": [ "#" ] }, { "cell_type": "code", "execution_count": null, "id": "b777ab19", "metadata": {}, "outputs": [], "source": [ "#" ] }, { "cell_type": "code", "execution_count": null, "id": "66b9f745", "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.7" } }, "nbformat": 4, "nbformat_minor": 5 }