From f02ba8efacfad0caa34e71aae7580b342207f8b5 Mon Sep 17 00:00:00 2001 From: jiajie555 Date: Sun, 27 Apr 2025 16:50:07 +0800 Subject: [PATCH] '' --- .idea/workspace.xml | 131 ---------------------- read_xlsx_filter_events_multiCondition.py | 2 +- 2 files changed, 1 insertion(+), 132 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 35b88f6..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - { - "associatedIndex": 2 -} - - - - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "WebServerToolWindowFactoryState": "true", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable", - "vue.rearranger.settings.migration": "true" - } -} - - - - - - - - - - - - - - - - - - - 1744852597949 - - - - - - - - - - file://$PROJECT_DIR$/pipeline.py - 314 - - - - - - - - - \ No newline at end of file diff --git a/read_xlsx_filter_events_multiCondition.py b/read_xlsx_filter_events_multiCondition.py index a15f901..c582594 100644 --- a/read_xlsx_filter_events_multiCondition.py +++ b/read_xlsx_filter_events_multiCondition.py @@ -51,7 +51,7 @@ def anlay_xlsx_filter_events(file_path, condition, save_path): column_names = df.columns.tolist() print('column_names', column_names) # filter_df = df - filter_df = df[df['是否购物现场'].str.contains('否')] ##筛选出购物现场的视频 + filter_df = df[df['是否购物现场'].str.contains('是')] ##筛选出购物现场的视频 print('000***********', filter_df.columns.tolist()) for i, con in enumerate(condition):