I\'m trying to load a very large jsonl file (>50 GB) using chunks in pandas
reader = pd.read_json("January.jsonl", lines = True, chunksize = 1000