forked from wjallen/babble-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclean_data.json
37 lines (37 loc) · 966 Bytes
/
clean_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"data_file": "./CMBabbleMaster_20240319_cluster6a.csv",
"columns": [
"Nest ID",
"Nestling ID",
"Nestling",
"Sex",
"Treatment",
"Notes",
"Audition work",
"Raven work",
"No. eggs hatched from nest",
"No. birds fledged from nest",
"Hatchno",
"Hatseq",
"Hatch date",
"Fledge date",
"Fledge age",
"Period",
"Date on vocalization",
"Date on vocalization 2",
"Age on bout day",
"Days prior to fledging",
"Bout ID (sans subtype)",
"Bout no.",
"Cluster6"
],
"transformations": {},
"fill_na": {},
"rename_columns": {
"Cluster6": "Babbles",
"Bout ID (sans subtype)": "Bout ID",
"No. eggs hatched from nest": "Number eggs hatched from nest",
"No. birds fledged from nest": "Number birds fledged from nest"
},
"data_types": {}
}