From 2f0db712939866d36616d31f750d4f203642c4cb Mon Sep 17 00:00:00 2001 From: kaznacheeva Date: Thu, 19 Sep 2024 16:11:49 +0400 Subject: [PATCH] initial --- .gitignore | 2 ++ README.md | 6 +++++ lab_1/Lab1.ipynb | 56 +++++++++++++++++++++++++++++++++++++++++ lab_1/requirements.txt | Bin 0 -> 1142 bytes 4 files changed, 64 insertions(+) create mode 100644 lab_1/Lab1.ipynb create mode 100644 lab_1/requirements.txt diff --git a/.gitignore b/.gitignore index 207d123..3ac24b3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ ipython_config.py # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ +aimenv/ +static/ \ No newline at end of file diff --git a/README.md b/README.md index 2d27428..22b6d5c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # AIM-PIbd-32-Kaznacheeva-E-K +## МИИ + +ФИО: Казначеева Елизавета\ +Группа: ПИбд-32\ +Вариант: 8 (Заработная плата рабочих мест в области Data Science)\ +Сслыка на dataset:https://www.kaggle.com/datasets/henryshan/2023-data-scientists-salary \ No newline at end of file diff --git a/lab_1/Lab1.ipynb b/lab_1/Lab1.ipynb new file mode 100644 index 0000000..4b5cb54 --- /dev/null +++ b/lab_1/Lab1.ipynb @@ -0,0 +1,56 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Начало лабораторной\n", + "\n", + "Выгрузка данных из csv файла в датафрейм" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Index(['work_year', 'experience_level', 'employment_type', 'job_title',\n", + " 'salary', 'salary_currency', 'salary_in_usd', 'employee_residence',\n", + " 'remote_ratio', 'company_location', 'company_size'],\n", + " dtype='object')\n" + ] + } + ], + "source": [ + "import pandas as pd\n", + "df = pd.read_csv(\"..//static//csv//ds_salaries.csv\")\n", + "print(df.columns)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "aimenv", + "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.12.5" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/lab_1/requirements.txt b/lab_1/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..45c05a8a1bc24576ef19bb1e77815aee30aea3e4 GIT binary patch literal 1142 zcmZXTYfi&J421m~iK7%X=>zz|9k@Z&7j2-tKHpbjxXMYCDb){VQVJA$G*ti1JI1EMT44m#wU}v&Rc! zPn=N~7r(frqH)ZKxNuQ_X(w3buq4}{apf4*5T@@u8|POK4TvRrrDaUKv}gWCwLm3X zQ>k)bO*K;EMjE)!ovO>Q6PpBYB!& zmdD9CXV&vh#jkF%8s%vwy4B=* zp1lwij;M;bW3sJsMH?bfS34m;hptflsINDo4GQF{uwoJafD_wObH8_u$tGm%`L?Lq z@LOmhW8b3p8kX3FJY~hB-~d#?>u-59>DZK>JD|DW z))k+2OWZY@HILiei>oiWE4|~Gwl?VKZV$MR{`#F0XS<;5^O_m^+je#!>*SGm8+pd6 z9FuI7=2x0GGTv7Oa)DY^RxHmt;oH<*-_mKi&MMwwOiY`XP^f)SMRDZ*VyBL5l=@qM MSUaNizPP&o2RUe_+W-In literal 0 HcmV?d00001