Compare commits

..

No commits in common. "c4719913b34500682499be7d028f621c4551ce47" and "0fb2655eea41fe181bd29ce0b7e73471ec34646a" have entirely different histories.

5 changed files with 19123 additions and 22206 deletions

Binary file not shown.

View File

@ -67,5 +67,5 @@ for a in links:
print("После фильтрации уникальных:", len(records)) print("После фильтрации уникальных:", len(records))
df = pd.DataFrame(sorted(records), columns=["URL", "Category"]) df = pd.DataFrame(sorted(records), columns=["URL", "Category"])
df.to_excel(r"C:\MacOS_Parsers\Parsing ZARAHOME\src\records_folder\cats\src_2024-09-05categories.xlsx", index=False) df.to_excel(r"C:\Users\valis\YandexDisk\Python3\Parsing ZARAHOME\src_2024-09-05categories.xlsx", index=False)
print(f"✔ Собрано {len(df)} ссылок → categories.xlsx") print(f"✔ Собрано {len(df)} ссылок → categories.xlsx")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff