Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unrndm/dataanalysis
artifacts and sollutions of homework for course "Data Analysis" in Magistrate of HSE during 2023-2024
https://github.com/unrndm/dataanalysis
2023-2024 data-analysis hse
Last synced: about 1 month ago
JSON representation
artifacts and sollutions of homework for course "Data Analysis" in Magistrate of HSE during 2023-2024
- Host: GitHub
- URL: https://github.com/unrndm/dataanalysis
- Owner: unrndm
- Created: 2023-10-03T16:16:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T04:39:01.000Z (about 1 year ago)
- Last Synced: 2023-12-10T05:23:47.016Z (about 1 year ago)
- Topics: 2023-2024, data-analysis, hse
- Language: Jupyter Notebook
- Homepage:
- Size: 3.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Analysis
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/unrndm/DataAnalysis/blob/main/Report.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/unrndm/DataAnalysis/main?labpath=Report.ipynb)report, confirmation and various artifacts of homework for course "Data Analysis" in Magistrate of HSE during 2023-2024
Made with @APAlekseeva
## Dataset
we chose [Horse Survival Dataset](https://www.kaggle.com/datasets/yasserh/horse-survival-dataset).## Local development
```sh
conda create -n DataAnalysis python=3.10 ipykernel
```