LeoZhangzaolin commited on
Commit
68915fb
1 Parent(s): d635639

Update DataClean and ImageTransfer.py

Browse files
Files changed (1) hide show
  1. DataClean and ImageTransfer.py +1 -1
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://github.com/LeoZhangzaolin/photos/blob/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",
 
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",