Compare commits

..
2 Commits
4 changed files with 2525 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
# Sports Car Data Analysis
## Цель
Анализ данных о спорткарах с Kaggle
## Что сделано:
- Загрузка данных в pandas
- Базовый анализ (info, describe)
- Построение графиков:
- histogram
- scatterplot
- boxplot
- Использование tqdm
## Вывод:
- Цена зависит от мощности двигателя
- Бренды сильно влияют на стоимость
- Есть дорогие выбросы (supercars)
+1008
View File
File diff suppressed because it is too large Load Diff
+1499
View File
File diff suppressed because one or more lines are too long