• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoa5250658999478a23c22ff887937d716fe72b3fc (tree)
Hora2024-10-05 00:43:49
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Mensagem de Log

I now read directly the tsv file without the need to rename it as a tsv file.

Mudança Sumário

Diff

diff -r af3482bb609d -r a52506589994 R-codes/create_tam_parquet.R
--- a/R-codes/create_tam_parquet.R Wed Oct 02 10:19:12 2024 +0200
+++ b/R-codes/create_tam_parquet.R Fri Oct 04 17:43:49 2024 +0200
@@ -20,7 +20,7 @@
2020 if (start_from_tsv==1) {
2121
2222
23-data <- open_dataset("../input/csv_files/export.tsv",
23+data <- open_dataset("../input/csv_files/export.dsv",
2424 format = "tsv",
2525 skip_rows = 1,
2626 newlines_in_values=T,