ai_member_xiaoban/makee_vala/check_new_lib.py

9 lines
324 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import pandas as pd
final_lib_file = "/root/.openclaw/media/inbound/â_¼ï_LV1-å_ç_å_è_åº_-ç¼_å_é_è_ç_è_é---1de9de11-1a6b-45c7-856a-4d69f9b26aa9.xlsx"
df_final = pd.read_excel(final_lib_file)
print("新定稿单词库列名:", list(df_final.columns))
print("\n前10行预览")
print(df_final.head(10))