python3 -m venv one_hundred_million_env
source one_hundred_million_env/bin/activate
pip install -r requirements.txt
python py/src/createChemicalsShippedDataset.py
- This will create a file
outputs/chemicals_shipped_100000000.csv
with 100 million records.
npm install
npx tsc
node dist/examples/arrayBufferBetterTypes.js
- Create python virtual environment as described above if you haven't done so already.
python py/src/examples/example_pandas.py