FrancescaMancini / dataxplore

Data exploration and bias assessment tool
Other
0 stars 0 forks source link

Fix species, latitude and longitude columns #6

Closed FrancescaMancini closed 4 months ago

FrancescaMancini commented 6 months ago

At the moment the user has to enter the column names to pass to the function arguments in every tab. This does allow some flexibility in exploring the data lots of different ways in each tab, but it can also be annoying having to enter the same information multiple time. We can safely assume that the species, latitude and longitude columns are not likely to change so we can keep those fixed so the user does not have to specify them in every tab.

DylanCarbone commented 6 months ago

Hi @FrancescaMancini

Can we also assume that date and year (which I will extract from date) will be unchanged?

Thanks,

Dylan

FrancescaMancini commented 6 months ago

Yes I think that is reasonable.

DylanCarbone commented 4 months ago

The formatted table is now available in a formatted_data() object