diff --git a/UFCFVQ-15-M Programming Task 1.ipynb b/UFCFVQ-15-M Programming Task 1.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..50fdad7d593c088046e0d1f1e2ab75558640f51a --- /dev/null +++ b/UFCFVQ-15-M Programming Task 1.ipynb @@ -0,0 +1,331 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# UFCFVQ-15-M Programming for Data Science\n", + "# Programming Task 1\n", + "\n", + "## Student Id: 23003188" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.1 - Find the arithmetic mean" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: \n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.2 - Find the standard deviation" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.3 - Find the min/max values " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.4 - Find the 25th percentile " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.5 - Find the 50th percentile" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.6 - Find the 75th percentile" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.7 - Print the set of summary statistics in tabular form" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.8 - Read data from a file into memory" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.9 - Design and build a data structure to store CSV data in memory" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.10 - Create and demonstrate a function to read CSV data from a file into memory" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.11 - Create and demonstrate a generic statistical summary function " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Requirement FR1.12 - Create and demonstrate a function to print a custom table" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Process Development Report for Task 1\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "in FR1.2 there is another formula for STd.Dev. we can use that also" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "##### MARK: %\n", + "#### FEEDBACK: " + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3.10.5 64-bit", + "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.10.5" + }, + "vscode": { + "interpreter": { + "hash": "e1d855a926834ddcadd8b522b2dccd227faf260e6ab5d1fe6d74d9bd3a64e94c" + } + } + }, + "nbformat": 4, + "nbformat_minor": 4 +}