Skip to content

Commit 54a717f

Browse files
committed
Add df_shape
1 parent ffe457b commit 54a717f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dataframe.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ void df_describe(dataframe_t *df);
6565
int df_write_csv(dataframe_t *df, char const *path);
6666
dataframe_t *df_sort(dataframe_t *df, char const *column,
6767
bool (*sort_func)(void *vl1, void *vl2));
68+
dataframe_shape_t df_shape(dataframe_t *df);
6869

6970
// Utils (will me moved to another header)
7071
char **my_str_to_word_array(const char *str, const char *separator);

0 commit comments

Comments
 (0)