You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`key`|0|int or str|Key to access data. int for tuple or list
105
105
`reverse`|1|bool|Reverse sort of column
106
106
`clean`|2|func|Function / lambda to clean the value. These calls can cause a significant slowdown.
107
-
`required`|3|bool|Default True. If false, will substitute None or default if key not found (not applicable for list or tuple rows)
108
-
`default`|4|any|Value to substitute if required==False and key does not exist or None is found. Can be used to achive similar functionality to pandas `na_position`
107
+
`default`|3|any|Value to substitute if required==False and key does not exist or None is found. Can be used to achive similar functionality to pandas `na_position`
108
+
`required`|4|bool|Default True. If False, will substitute None or default if key not found (not applicable for list or tuple rows)
0 commit comments