Nothing
Code
as.data.frame(read_parquet_metadata(tmp)$row_groups)[-1]
Output
id total_byte_size num_rows file_offset total_compressed_size ordinal
1 0 937 10 NA NA NA
2 1 947 10 NA NA NA
3 2 1011 10 NA NA NA
4 3 528 2 NA NA NA
Code
as.data.frame(read_parquet_metadata(tmp)$row_groups)[-1]
Output
id total_byte_size num_rows file_offset total_compressed_size ordinal
1 0 992 10 NA NA NA
2 1 1029 10 NA NA NA
3 2 1091 10 NA NA NA
4 3 606 2 NA NA NA
Code
as.data.frame(read_parquet_metadata(tmp)$row_groups)[-1]
Output
id total_byte_size num_rows file_offset total_compressed_size ordinal
1 0 937 10 NA NA NA
2 1 947 10 NA NA NA
3 2 1011 10 NA NA NA
4 3 528 2 NA NA NA
Code
as.data.frame(read_parquet_metadata(tmp)$row_groups)[-1]
Output
id total_byte_size num_rows file_offset total_compressed_size ordinal
1 0 992 10 NA NA NA
2 1 1029 10 NA NA NA
3 2 1091 10 NA NA NA
4 3 606 2 NA NA NA
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.