strings#
String functions.
Functions
|
Normalize the string input to a uniform form. |
|
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 another substring into a list. |
|
Split string by 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. |
|
Return file name that isn't already exist (adding (X)). |
|
Save widget as html file. |
|
Create from check object a link to its example page in the docs. |
|
Transform widget into html string. |
|
Format number if it is not nan for elegant display. |
Return the link to the docs with current version. |