You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want an automated system to create a data set fit for use to calculate all emissions from.
This data could come from some expense report data. Big issue can be in the nuances when others write in their expenses, or in different software. This is only based on Zoho so far.
Take the description column and recategorise as a flight, train, etc (see example below)
Failing the description column, take the category_name column to recategorise
If it cannot be automatically categorised, run checks (see example below)
Take the description column and add in other details. E.g., flight from, to, via, number on flight, etc. How can we do this? Automatically take the "description" column and read it in, or run checks? If the description says "return flight", then can we assume it is a return? What if the description says "non-return flight"?
If the description says "for me and X", how do we read that?
If the description says "for two nights", do we check for words around "nights"
Translating qualitative data to be quantitative - requires thought.
Relabel to correct format; for example, "London Heathrow" to "LHR" for airport data (similarly for ferry and train emissions)
For vehicle distances, mileage is given in mileage_distance variable in Zoho. To what extent to depend on this? If it is empty, do we have another check?
Office emissions - how to offer this. Read in a data set with employees number of days/hours
Want an automated system to create a data set fit for use to calculate all emissions from.
This data could come from some expense report data. Big issue can be in the nuances when others write in their expenses, or in different software. This is only based on Zoho so far.
description
column and recategorise as a flight, train, etc (see example below)description
column, take thecategory_name
column to recategorisedescription
column and add in other details. E.g., flight from, to, via, number on flight, etc. How can we do this? Automatically take the "description" column and read it in, or run checks? If the description says "return flight", then can we assume it is a return? What if the description says "non-return flight"?If the description says "for me and X", how do we read that?
If the description says "for two nights", do we check for words around "nights"
Translating qualitative data to be quantitative - requires thought.
mileage_distance
variable in Zoho. To what extent to depend on this? If it is empty, do we have another check?E.g., with
expense_report
data to 1.E.g. to 3.
The text was updated successfully, but these errors were encountered: