From 576b6b9f01140dd5f0a00ec3e258798327757604 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Sat, 6 Jul 2024 14:58:20 +0000 Subject: [PATCH] build based on 7e66727 --- latest/reference/index.html | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/latest/reference/index.html b/latest/reference/index.html index 6d35678..14047ee 100644 --- a/latest/reference/index.html +++ b/latest/reference/index.html @@ -596,7 +596,7 @@

Reference - Exported functionsjulia> fwf_empty(path, num_lines=4, col_names = ["Name", "Age", "ID", "Position", "Salary"]) ([13, 5, 8, 20, 8], ["Name", "Age", "ID", "Position", "Salary"]) -

source

+

source

# TidierFiles.read_arrowMethod.

read_arrow(df, path)
@@ -615,7 +615,7 @@ 

Reference - Exported functions 1 │ Arr 10.1 2 │ ow 10.2

-

source

+

source

# TidierFiles.read_csvMethod.

read_csv(file; delim=',',col_names=true, skip=0, n_max=Inf, 
@@ -638,7 +638,7 @@ 

Reference - Exported functions 2 │ 4 David 85 3 │ 5 Eva missing

-

source

+

source

# TidierFiles.read_delimMethod.

read_delim(file; delim='    ',col_names=true, skip=0, n_max=Inf, 
@@ -664,7 +664,7 @@ 

Reference - Exported functions 5 │ 4 David 85 6 │ 5 Eva 95

-

source

+

source

# TidierFiles.read_dtaMethod.

function read_dta(data_file;  encoding=nothing, col_select=nothing, skip=0, n_max=Inf)
@@ -685,7 +685,7 @@ 

Reference - Exported functions 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.read_fwfMethod.

read_fwf(filepath::String; num_lines::Int=4, col_names=nothing)
@@ -717,7 +717,7 @@ 

Reference - Exported functions 2 │ Charlie Day 28 345 Sales Associate 70,000 3 │ Diane Poe 35 23456 Data Scientist 130,000

-

source

+

source

# TidierFiles.read_parquetMethod.

read_parquet(df, path)
@@ -736,7 +736,7 @@ 

Reference - Exported functions 1 │ Par 10.1 2 │ quet 10.2

-

source

+

source

# TidierFiles.read_sasMethod.

function read_sas(data_file;  encoding=nothing, col_select=nothing, skip=0, n_max=Inf, num_threads)
@@ -750,7 +750,7 @@ 

Reference - Exported functions

julia> write_sas(df, "test.xpt");

julia> read_sas("test.xpt") 2×2 DataFrame Row │ AA AB │ String3 Float64 ─────┼────────────────── 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.read_savMethod.

function read_sav(data_file;  encoding=nothing, col_select=nothing, skip=0, n_max=Inf)
@@ -781,7 +781,7 @@ 

Reference - Exported functions 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.read_tableMethod.

read_table(file; col_names=true, skip=0, n_max=Inf, comment=nothing, col_select, missingstring="", kwargs...)
@@ -803,7 +803,7 @@ 

Reference - Exported functions 2 │ David 3 │ Eva

-

source

+

source

# TidierFiles.read_tsvMethod.

read_tsv(file; delim='  ',col_names=true, skip=0, n_max=Inf, 
@@ -826,7 +826,7 @@ 

Reference - Exported functions 2 │ 4 David 85 3 │ 5 Eva 95

-

source

+

source

# TidierFiles.read_xlsxMethod.

read_xlsx(path; sheet, range, col_names, col_types, missingstring, trim_ws, skip, n_max, guess_max)
@@ -852,7 +852,7 @@ 

Reference - Exported functions 2 │ 3 File reading/writing 30.4 3 │ 4 even smoother 40.5

-

source

+

source

# TidierFiles.write_arrowMethod.

write_arrow(df, path)
@@ -863,7 +863,7 @@ 

Reference - Exported functionsjulia> write_arrow(df , "test.arrow");

-

source

+

source

# TidierFiles.write_csvMethod.

write_csv(DataFrame, filepath; na = "", append = false, col_names = true, missingstring, eol = "
@@ -887,7 +887,7 @@ 

Reference - Exported functionsjulia> write_csv(df, "csvtest.csv");

-

source

+

source

# TidierFiles.write_dtaMethod.

write_dta(df, path)
@@ -905,7 +905,7 @@ 

Reference - Exported functions 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.write_parquetMethod.

write_parquet(df, )
@@ -916,7 +916,7 @@ 

Reference - Exported functionsjulia> write_parquet(df, "test.parquet");

-

source

+

source

# TidierFiles.write_sasMethod.

write_sas(df, path)
@@ -942,7 +942,7 @@ 

Reference - Exported functions 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.write_savMethod.

write_sav(df, path)
@@ -968,7 +968,7 @@ 

Reference - Exported functions 1 │ sav 10.1 2 │ por 10.2

-

source

+

source

# TidierFiles.write_tableMethod.

write_table(x, file; delim = '  ', na, append, col_names, eol, num_threads)
@@ -981,7 +981,7 @@ 

Reference - Exported functionsjulia> write_table(df, "tabletest.txt");

-

source

+

source

# TidierFiles.write_tsvMethod.

write_tsv(DataFrame, filepath; na = "", append = false, col_names = true, missingstring, eol = "
@@ -1005,7 +1005,7 @@ 

Reference - Exported functionsjulia> write_tsv(df, "tsvtest.tsv");

-

source

+

source

# TidierFiles.write_xlsxMethod.

write_xlsx(x; path, overwrite)
@@ -1022,7 +1022,7 @@ 

Reference - Exported functionsjulia> write_xlsx(("REPORT_A" => df, "REPORT_B" => df2); path="xlsxtest.xlsx", overwrite = true);

-

source

+

source

Reference - Internal functions¤