We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe457b commit 54a717fCopy full SHA for 54a717f
include/dataframe.h
@@ -65,6 +65,7 @@ void df_describe(dataframe_t *df);
65
int df_write_csv(dataframe_t *df, char const *path);
66
dataframe_t *df_sort(dataframe_t *df, char const *column,
67
bool (*sort_func)(void *vl1, void *vl2));
68
+dataframe_shape_t df_shape(dataframe_t *df);
69
70
// Utils (will me moved to another header)
71
char **my_str_to_word_array(const char *str, const char *separator);
0 commit comments