Skip to content

MrPowers/bytebuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytebuddy

Helper methods to easily find the sizes of files or data lakes.

Hope to add functions to show the distribution of data amongst row groups for tabular and spatial data.

Example

Here's how to compute the number of uncompressed and compressed bytes in the vehicle.parquet file:

uncomp, comp = bytebuddy.parquet_bytes("tests/vehicle.parquet")

Here's how to compute the number of uncompressed and compressed bytes for each row group:

bytebuddy.parquet_bytes_by_row_group("tests/vehicle.parquet")

About

Parquet file helper methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages