Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Data Types in Python | Data Types
Introduction to Data Analysis in Python

bookData 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.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 1

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Suggested prompts:

Pergunte-me perguntas sobre este assunto

Resumir este capítulo

Mostrar exemplos do mundo real

Awesome!

Completion rate improved to 2.7

bookData Types in Python

Deslize para mostrar o 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.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 1
some-alt