strings¶
String functions.
Functions
|
Remove special characters from given string, leaving only a-z, A-Z, 0-9 characters. |
|
Create dict of base-form of the uniques to their values. |
|
Split string where there are capital letters and enter space instead. |
|
Split string by a another substring into a list. |
|
Split string by a a list of substrings, each used once as a separator. |
|
Determine whether a pandas series is string type. |
|
Format percent for elegant display. |
|
Format number for elegant display. |
|
Format columns properties for display in condition name. |
|
Return random string at the given size. |
|
Format datetime object or timestamp value. |
|
Return the docs summary if available. |
|
Return the long string with ellipsis if above max_length. |
|
Transform camel case indentifier into snake case. |