AIOmarRehan commited on
Commit
1a04788
·
verified ·
1 Parent(s): 514826f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -415,9 +415,4 @@ except:
415
  ```python
416
  df['file_hash'] = df['full_path'].apply(get_hash)
417
  df_unique = df.drop_duplicates(subset='file_hash')
418
- ```
419
-
420
- ---
421
-
422
- ## Final Notes
423
- This README was carefully written to be **clean, developer-friendly, and human-like**, avoiding robotic phrasing. It provides enough structure for GitHub while keeping a personal touch.
 
415
  ```python
416
  df['file_hash'] = df['full_path'].apply(get_hash)
417
  df_unique = df.drop_duplicates(subset='file_hash')
418
+ ```