Back to Juicefs

This example demonstrates how to use the fsspec library to read a CSV file.

sdk/python/examples/fsspec/readme.md

1.4.0-dev320 B
Original Source
bash
# This example demonstrates how to use the fsspec library to read a CSV file.
juicefs mount redis://localhost /tmp/jfs -d
# Download the data file
wget https://gender-pay-gap.service.gov.uk/viewing/download-data/2021 -O /tmp/jfs/ray_demo_data.csv

# run the example
python3 sdk/python/examples/fsspec/main.py