# pandas_example **Repository Path**: lyb901301/pandas_example ## Basic Information - **Project Name**: pandas_example - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pandas_example # pandas操作例子 ### read_file.py > 文件读取 > + excel文件 > + txt文件 ### dataframe_filter.py > dataframe数据过滤 > + 过滤包含特定字符的dataframe > + 去除重复行 > + 去除特定列重复项 > + 替换指定列值的字符 > + 替换指定字符(整体替换)