Skip to content
Untitled R workspace
# Stinstall.packages("naniar")
install.packages("caret")
install.packages("yardstick")
install.packages("Rtools")
install.packages("Datacar")
install.packages("car")
install.packages("margins")
install.packages("sjPlot")
install.packages("rlang")
install.packages("ggeffects")
library(tidyverse)
library(dplyr)
library(sjPlot)
library(ggplot2)
library(naniar)
library(caret)
library(carData)
library(yardstick)
library(margins)
library(ggeffects)
library(splines)
Run cancelled
import pandas as pd
# Load the Excel file into a DataFrame
file_path = 'SAC_Analysis_History_Information_datepicker_incl_robot_April_part2.xlsx'
df = pd.read_excel(file_path)
# Display the first few rows of the DataFrame
df.head()