# data-science **Repository Path**: fqzhang42/data-science ## Basic Information - **Project Name**: data-science - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-science ## commands ```bash pip freeze > requirements.txt # update all pakcages for s in $(awk -F '==' '{print $1}' requirements.txt); do pip install -U $s;done ``` # TPC-DS 编译TPC-DS错误解决: error1: `sudo apt install bison byacc` ![](images/tpc-ds-compilation-error-01.png) error2: `sudo apt install flex` ![](images/tpc-ds-compilation-error-02.png) ##