I have the following python snippet that successfully loads the CSV into redis database.
import pyarrow as pa import redis import pandas as pd pool = redis.C