File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
string representation of NAN to use, default 'NaN'
44
44
formatters : list or dict of one-parameter functions, optional
45
45
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.
48
48
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.
51
51
sparsify : bool, optional
52
52
Set to False for a DataFrame with a hierarchical index to print every
53
53
multiindex key at each row, default True
You can’t perform that action at this time.
0 commit comments