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.
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 1
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 2.7
Data Types in Python
Scorri per mostrare il menu
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.
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 1