Compare commits
No commits in common. "c4719913b34500682499be7d028f621c4551ce47" and "0fb2655eea41fe181bd29ce0b7e73471ec34646a" have entirely different histories.
c4719913b3
...
0fb2655eea
Binary file not shown.
@ -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")
|
||||||
|
|||||||
8025
Парсер_IKEA/product_links copy.txt
Normal file
8025
Парсер_IKEA/product_links copy.txt
Normal file
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
Loading…
Reference in New Issue
Block a user