Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen 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.

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 1

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Fragen Sie mich Fragen zu diesem Thema

Zusammenfassen Sie dieses Kapitel

Zeige reale Beispiele

Awesome!

Completion rate improved to 2.7

bookData Types in Python

Swipe um das Menü anzuzeigen

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.

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 1
some-alt