File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 string representation of NAN to use, default 'NaN'
4444 formatters : list or dict of one-parameter functions, optional
4545 formatter functions to apply to columns' elements by position or name,
46- default None, if the result is a string , it must be a unicode
47- string. List must be of length equal to the number of columns.
46+ default None. The result of each function must be a unicode string.
47+ List must be of length equal to the number of columns.
4848 float_format : one-parameter function, optional
49- formatter function to apply to columns' elements if they are floats
50- default None
49+ formatter function to apply to columns' elements if they are floats,
50+ default None. The result of this function must be a unicode string.
5151 sparsify : bool, optional
5252 Set to False for a DataFrame with a hierarchical index to print every
5353 multiindex key at each row, default True
You can’t perform that action at this time.
0 commit comments