Skip to content

Instantly share code, notes, and snippets.

@kvnkho
Last active May 25, 2022 04:07
Show Gist options
  • Select an option

  • Save kvnkho/8ba64ae31b7a2067887a0ddd6ee27c37 to your computer and use it in GitHub Desktop.

Select an option

Save kvnkho/8ba64ae31b7a2067887a0ddd6ee27c37 to your computer and use it in GitHub Desktop.
# case 1: read file and min of all columns
backend.read_parquet(path).min()
# case 2: read file and min of two columns
backend.read_parquet(path)[["c0","c1"]].min()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment