Data Types in Python
Built-in Data Types
There are some categories of data types in Python:
- Text type:
str; - Numeric Types:
int,float,complex; - Sequence Types:
list,tuple,range; - Mapping Type:
dict; - Set Types:
set,frozenset; - Boolean Type:
bool; - Binary Types:
bytes,bytearray,memoryview; - None Type:
NoneType.
In this course, we will consider only a part of them, the most needed for analyzing and visualizing data.
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 1
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
Suggested prompts:
Spørg mig spørgsmål om dette emne
Opsummér dette kapitel
Vis virkelige eksempler
Fantastisk!
Completion rate forbedret til 2.7
Data Types in Python
Stryg for at vise menuen
Built-in Data Types
There are some categories of data types in Python:
- Text type:
str; - Numeric Types:
int,float,complex; - Sequence Types:
list,tuple,range; - Mapping Type:
dict; - Set Types:
set,frozenset; - Boolean Type:
bool; - Binary Types:
bytes,bytearray,memoryview; - None Type:
NoneType.
In this course, we will consider only a part of them, the most needed for analyzing and visualizing data.
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 1