• Oct 9, 2023 23:56 UPDATE: see https://github.com/simonw/csvs-to-sqlite/issues/88

    pip3 install 'pandas==1.4.0'
    # git clone from this repo and cd to that directory
    pip3 install -e .
    

    Discovered: Nov 2, 2020. What is the use case for pip install -e I installed csvs-to-sqlite from simon w by changing pandas dependency to be just pandas instead of pandas~=0.25.0 in setup.py

Previously

Leave a comment on github