Open AlenaMochalina opened 2 months ago
Load the dataset: Download the data from Kaggle and load it using libraries like pandas.
Quick check: Display the first rows using head() and get basic information about the data using info().
Find out how many records you have, what data types are present, and if there are any missing values.
Descriptive statistics: Use describe() to obtain basic statistics for numerical variables (mean, median, variance, min, max, etc.).
Datasat neobsahuje duplikované a ani nulové hodnoty.
Data set obsahuje 23 sloupečků a 10 127 řádků.
Data jsou uložena v datových typech:
Load the dataset: Download the data from Kaggle and load it using libraries like pandas.
Quick check: Display the first rows using head() and get basic information about the data using info().
Find out how many records you have, what data types are present, and if there are any missing values.
Descriptive statistics: Use describe() to obtain basic statistics for numerical variables (mean, median, variance, min, max, etc.).