Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```