Pinned Loading
-
delete_bucket
delete_bucket 1"""Delete all objects in a bucket and then delete the bucket."""
2# Description: delete all objects in a bucket and then delete the bucket"""
3# Usage: python bucket_delete.py --bucket_name <bucket_name> --profile_name <profile_name>
4# Author: @ereli
5# Date: 2023-04-11
-
parquet2json is a Python script tha...
parquet2json is a Python script that converts a Parquet file to JSON format 1#!/usr/bin/python3
2import sys; import pandas as pd; pd.read_parquet(sys.argv[1]).to_json(sys.stdout, orient='records')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.