Skip to content

Releases: TidierOrg/TidierFiles.jl

v0.3.0

09 Feb 21:08
525a550
Compare
Choose a tag to compare

TidierFiles v0.3.0

Diff since v0.2.2

Breaking Changes

  • adds JSON3 to deps

Additions

  • support and docs for reading Google Sheets via read_gsheet

Merged pull requests:

v0.2.2

25 Jan 15:07
Compare
Choose a tag to compare

TidierFiles v0.2.2

Diff since v0.2.1

  • changes default missing value for write_csv to align with read_csv

v0.2.1

11 Jan 05:43
45bf544
Compare
Choose a tag to compare

TidierFiles v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

08 Jan 03:38
030c8c7
Compare
Choose a tag to compare

TidierFiles v0.2.0

Diff since v0.1.6

Breaking Changes

  • Bumps julia LTS to 1.10

Merged pull requests:

Closed issues:

  • col_types missing from read_csv() but present in docs (#21)

v0.1.6

13 Nov 23:19
ac1de0d
Compare
Choose a tag to compare

TidierFiles v0.1.6

Diff since v0.1.5

  • adds support for col_types in all CSV.jl based readers to manually select a column type, in addition to support for using any CSV.read argument within any of the read_* CSV.jl based functions.
  • changes argument name from missingstring to missing_value for all functions where its supported.

Merged pull requests:

  • adds col_types and all args for csv.jl based readers (#22) (@drizk1)

v0.1.5

09 Sep 19:21
7075aee
Compare
Choose a tag to compare

TidierFiles v0.1.5

Diff since v0.1.4

-adds list_files("path", "suffix") to list all files in a location

  • fixes type parsing issue where read_xlsx would read most types as Any

Merged pull requests:

Closed issues:

  • Function to list all files in a directory (#18)

v0.1.4

24 Aug 19:33
bed8090
Compare
Choose a tag to compare

TidierFiles v0.1.4

Diff since v0.1.3

  • adds read_rdata for reading .rds and .rdata files
  • adds read_file and write_file as type agnostic read write functions that dispatch the correct function for any file type

Merged pull requests:

Closed issues:

  • add ability to write to to specific excel sheet (#16)

v0.1.3

12 Jul 14:00
7a7f24b
Compare
Choose a tag to compare

TidierFiles v0.1.3

Diff since v0.1.2

v.1.3 Adds support for reading multiple files into one DataFrame at once when paths/urls are passed as a vector
-read_csv
-read_csv2
-read_delim
-read_tsv
-read_parquet

Merged pull requests:

  • adds read mult file support to all delims, parquet (#14) (@drizk1)

v0.1.2

06 Jul 15:23
7e66727
Compare
Choose a tag to compare

TidierFiles v0.1.2

Diff since v0.1.1

  • adds read_csv2 defaults to delim = ';' and decimal = ','
  • adds decimal and groupmark arguments to read_delim for more user control

Merged pull requests:

Closed issues:

  • decimal-parameter for reading CSV-files? (#11)

v0.1.1

15 Apr 13:12
Compare
Choose a tag to compare

TidierFiles v0.1.1

Diff since v0.1.0

Changes

  • Adds read/write support for .arrow and .parquet