Update DataClean and ImageTransfer.py
Browse files
DataClean and ImageTransfer.py
CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
|
|
6 |
import pandas as pd
|
7 |
|
8 |
# --- Initial Setup ---
|
9 |
-
initial_csv_file_path = 'https://
|
10 |
columns_to_delete = [
|
11 |
"species ID", "Phylum", "Class", "Order", "revised species name",
|
12 |
"total number of specimens", "specimens Serial No", "显微镜照片数量", "SLR photo No",
|
|
|
6 |
import pandas as pd
|
7 |
|
8 |
# --- Initial Setup ---
|
9 |
+
initial_csv_file_path = 'https://raw.githubusercontent.com/LeoZhangzaolin/photos/main/Graptolite%20specimens.csv'
|
10 |
columns_to_delete = [
|
11 |
"species ID", "Phylum", "Class", "Order", "revised species name",
|
12 |
"total number of specimens", "specimens Serial No", "显微镜照片数量", "SLR photo No",
|