ketos
Acoustic signal detection and classification with deep neural nets
2.7
Introduction
Developers
Installation
Tutorials
Modules
Data Handling
Overview
Data handling
Data feeding
Database Interface
AudioWriter
create_database
create_table
create_table_col
filter_by_label
load_audio
open_file
open_table
table_description
table_description_annot
write
write_annot
write_audio
write_repres_attrs
Parsing
Selection Table
Audio Processing
Neural networks
Utilities
How to contribute
Versions
ketos
ketos API
Data Handling
Database Interface
create_table_col
View page source
create_table_col
ketos.data_handling.database_interface.
create_table_col
(
dtype
,
shape
=
()
)
[source]
Create column
If an invalid data type is given, None is returned
Args:
dtype: str
Data type
shape: tuple
Data shape
Returns:
column