Data Types
Great! The dataset appears to be large enough, with 6435 rows and 8 columns. Let's check the data types of the columns in the df
dataframe.
12345678# Loading the library import pandas as pd # Reading the data df = pd.read_csv('https://codefinity-content-media.s3.eu-west-1.amazonaws.com/72be5dde-f3e6-4c40-8881-e1d97ae31287/shops_data_init.csv') # Checking columns types print(df.dtypes)
For the following question, feel free to edit the code above if necessary.
Var alt klart?
Tak for dine kommentarer!
Sektion 1. Kapitel 2
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 3.45
Data Types
Stryg for at vise menuen
Great! The dataset appears to be large enough, with 6435 rows and 8 columns. Let's check the data types of the columns in the df
dataframe.
12345678# Loading the library import pandas as pd # Reading the data df = pd.read_csv('https://codefinity-content-media.s3.eu-west-1.amazonaws.com/72be5dde-f3e6-4c40-8881-e1d97ae31287/shops_data_init.csv') # Checking columns types print(df.dtypes)
For the following question, feel free to edit the code above if necessary.
Var alt klart?
Tak for dine kommentarer!
Sektion 1. Kapitel 2