# py_pandas **Repository Path**: banyancode/py_pandas ## Basic Information - **Project Name**: py_pandas - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 从零开始学pandas conda env list conda create -n mypandas python-3.10 conda activate mypandas # 安装技术库,使用国内清华源 可以先安装 pandas openpyxl notebook 库 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas openpyxl notebook matplotlib seaborn pip install sqlalchemy pymysql pip list