cocohelper
User Reference:
Installation
Usage
API Reference
cocohelper
adapters
dataframe
errors
filters
helper
importer
joins
merge
splitters
stats
transforms
utils
colmapper
dataframe
df_to_records
drop_duplicate_rows
fix_fk_after_drop_duplicate
records_to_df
records_to_df()
serialize_row
path
segmentation
timer
types
utils
validator
visualizer
cocohelper
API Reference
cocohelper
utils
dataframe
records_to_df
View page source
records_to_df
cocohelper.utils.dataframe.
records_to_df
(
records
,
id_col_mapper
=
None
)
[source]
Parameters
:
records
(
List
[
dict
]
) –
id_col_mapper
(
Optional
[
ColMap
]
) –
Return type
:
DataFrame