Write the name of most versatile Python’s compound data types.
Answers
Answered by
1
Supported data types in PyTables
bool: Boolean (true/false) types. Supported precisions: 8 (default) bits.
int: Signed integer types. Supported precisions: 8, 16, 32 (default) and 64 bits.
uint: Unsigned integer types. ...
float: Floating point types. ...
complex: Complex number types. ...
string: Raw string types. ...
time: Data/time types. ...
enum: Enumerated types.
Answered by
1
Python Data Type – Numeric. Python numeric data type is used to hold numeric values.
Python Data Type – String. String is a sequence of characters. ..
Python Data Type – List. List is a versatile data type exclusive in Python. ...Python Data Type – Tuple.
Dictionary.
Python Data Type – String. String is a sequence of characters. ..
Python Data Type – List. List is a versatile data type exclusive in Python. ...Python Data Type – Tuple.
Dictionary.
Similar questions
Math,
8 months ago
Science,
8 months ago
Math,
8 months ago
Political Science,
1 year ago
Political Science,
1 year ago