@DFDSUKUpdates Thanks for the update. Currently waiting to disembark at Dover. What if the nature of the technical customs issue. No clear information has been given on board.
@ChargePlaceScot Any idea when the East Lothian Railway Station chargers will be back online? Reported the Drem one some days back, and notice many others offline.
@datascienceplus This is the code:
```
for (i in names(my_data)) {
cat(names(my_data[i]), "\n")
# if (class(my_data[,i])=="integer" | class(my_data[,i])=="numeric") {
check_and_remove_outliers(my_data, my_data[[i]]) } # }
```
@datascienceplus Hi, trying to get your remove outliers script to loop though a whole df, but it’s passing the var as a literal string and failing when trying to write changes. Any suggestions would be much appreciated! Thanks, Terry