I need to save feather data in a more compact format. After making several tests I found that after using the "zip" function the size of the "feather" data file reduce up to 90%. So, there is a simple question - does anyway to save data as a "feather" file with let say argument "compressed = zip" to save disk space. Thanks!