Update README.md
Browse files
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 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|