google colab unzip drive code example
Example 1: unzip a file in google colab
!unzip path_to_file.zip -d path_to_directory
Example 2: unzip a folder in google colab
!unzip file_location
!unzip path_to_file.zip -d path_to_directory
!unzip file_location