Method: Polars::DataFrame#dtypes
- Defined in:
- lib/polars/data_frame.rb
#dtypes ⇒ Array
Get dtypes of columns in DataFrame. Dtypes can also be found in column headers when printing the DataFrame.
358 359 360 |
# File 'lib/polars/data_frame.rb', line 358 def dtypes _df.dtypes end |