Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- line width
- data distribution
- matplotlib.pyplot
- PANDAS
- self parameter
- Github
- multiple lines
- line color
- polynomial regression
- machine learning
- train/test
- AS
- Else
- break
- continue
- variables
- Default X points
- matplotlib
- Text mining
- start exercise
- pie charts
- PROJECT
- iterates
- Text Analytics
- SQL
- Python
- error
- __init__
- For loops
- MySQL
Archives
- Today
- Total
목록Data Types (1)
Data Science Explorer

Variables can store data of different types. Let's check out the data types that Python has. 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 When you want to know the data type of the variable, you can use type() function. Example x = ..
Python
2023. 10. 20. 12:22