datatable.options.frame.names_auto_prefix¶
names_auto_prefix
When Frame needs to auto-name columns, they will be assigned
names C0, C1, C2, etc. by default. This option allows you to
control the prefix used in this sequence. For example, setting
dt.options.frame.names_auto_prefix='Z' will cause the columns to be
named Z0, Z1, Z2, etc.
See Also¶
Name mangling – tutorial on name mangling.