-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
feidlambdaRelated Collection of Lambda by fiakodevRelated Collection of Lambda by fiakodev
Description
v0.1
-
feid.utils.REPEATCOLS(vector, [num_repeat])- tidak ada perubahan
-
feid.utils.SORTCOLS(table, table_header)-
feid.utils.SORTBYCOLS(table, table_header)
-
-
feid.utils.REPEATROWS(vector, [num_repeat])- tidak ada perubahan
-
feid.utils.RESHAPECOLS(array, [nsplit])-
feid.utils.RESHAPEBYCOLS(array, [nsplit])
-
-
feid.utils.FINDINDEX2D(lookup_value, array)-
feid.utils.RCLOOKUP(lookup_value, array)
-
v0.2
-
feid.utils.COMPAREVECTOR(left_vector, right_vector)-
feid.utils.ISIN(in_vector, vector)
-
-
feid.utils.MULTICHECK(array, search_vector, [check_condition])-
feid.utils.ISINBYCOLS(search_vector, array, [check_condition])
-
-
feid.utils.DROPROWS(array, index_to_drop)-
feid.utils.DROPBYROWS(drop_index, array)
-
-
feid.utils.DROPCOLS(array, index_to_drop)-
feid.utils.DROPBYCOLS(drop_index, array)
-
-
feid.utils.COUNTMULTICHECK(array, search_vector, [check_condition])-
feid.utils.COUNTISINBYCOLS(search_vector, array, [check_condition])
-
Metadata
Metadata
Assignees
Labels
feidlambdaRelated Collection of Lambda by fiakodevRelated Collection of Lambda by fiakodev