анализ данных по спортивным автомобилям

This commit is contained in:
TCIDrac0
2026-05-07 00:09:31 +03:00
parent 745b7239a2
commit 2e8ac0762f
4 changed files with 2512 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
+1486
View File
File diff suppressed because one or more lines are too long