Output format in CoLab of data #973
Answered
by
miladnorouziii
OneManShow0815
asked this question in
Q&A
-
Some data gives just the data, some data gives data and dtype without specifically requesting it. |
Beta Was this translation helpful? Give feedback.
Answered by
miladnorouziii
Jun 16, 2024
Replies: 1 comment 1 reply
-
Hi, the data type (dtype) is typically displayed when you create a NumPy array or a Pandas DataFrame. You can also access the data type with arr.dtype command. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OneManShow0815
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the data type (dtype) is typically displayed when you create a NumPy array or a Pandas DataFrame. You can also access the data type with arr.dtype command.