This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import multiprocessing | |
from pathlib import Path | |
from queue import Queue | |
from time import sleep | |
from typing import Callable | |
import pyarrow as pa | |
import pyarrow.parquet as pq | |
from tqdm import tqdm |