Commit 89069fab authored by starter371639's avatar starter371639
Browse files

data Split hinzugefügt

parent cee4101e
Loading
Loading
Loading
Loading
(6 KiB)

File changed.

No diff preview for this file type.

+15 −0
Original line number Diff line number Diff line
"Trading.Day","Closing.Price"
1,65.02
2,65.23
3,65.25
4,65.09
5,64.94
6,64.97
7,65.14
8,65.23
9,65.15
10,65.01
11,64.97
12,65.07
13,65.18
14,65.18
(6 KiB)

File changed.

No diff preview for this file type.

(6 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ library(lubridate)
library(xts)

# Datenimport
EUA_data <- read.csv("ets_EUA_time_series_secondary_market.csv", stringsAsFactors = FALSE)
EUA_data <- read.csv("/Users/benwais/Library/CloudStorage/OneDrive-Persönlich/Uni/AIDAHO Thinkering Club/carbonclaus/01_data/ets_EUA_time_series_secondary_market.csv", stringsAsFactors = FALSE, skip = 1)

# Daten anschauen
head(EUA_data)
Loading