Package: parquetize 0.5.8
parquetize: Convert Files to Parquet Format
Collection of functions to get files in parquet format. Parquet is a columnar storage file format <https://parquet.apache.org/>. The files to convert can be of several formats ("csv", "RData", "rds", "RSQLite", "json", "ndjson", "SAS", "SPSS"...).
Authors:
parquetize_0.5.8.tar.gz
parquetize_0.5.8.zip(r-4.7)parquetize_0.5.8.zip(r-4.6)parquetize_0.5.8.zip(r-4.5)
parquetize_0.5.8.tgz(r-4.6-any)parquetize_0.5.8.tgz(r-4.5-any)
parquetize_0.5.8.tar.gz(r-4.7-any)parquetize_0.5.8.tar.gz(r-4.6-any)
parquetize_0.5.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
parquetize/json (API)
NEWS
| # Install 'parquetize' in R: |
| install.packages('parquetize', repos = c('https://ddotta.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ddotta/parquetize/issues
Pkgdown/docs site:https://ddotta.github.io
conversionconvertconvertercsvparquetsasspsssqlitestata
Last updated from:ed08a773ff. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 163 | ||
| source / vignettes | OK | 208 | ||
| linux-release-x86_64 | OK | 156 | ||
| macos-release-arm64 | OK | 167 | ||
| macos-oldrel-arm64 | OK | 153 | ||
| windows-devel | OK | 247 | ||
| windows-release | OK | 228 | ||
| windows-oldrel | OK | 237 | ||
| wasm-release | OK | 106 |
Exports:check_parquetcsv_to_parquetdbi_to_parquetdownload_extractexpect_missing_argumentexpect_parquetfst_to_parquetget_parquet_infoget_partitionsjson_to_parquetparquetize_examplerbind_parquetrds_to_parquetsqlite_to_parquettable_to_parquetwrite_parquet_at_oncewrite_parquet_by_chunk
Dependencies:arrowassertthatbitbit64blobcachemclicliprcpp11crayoncurlDBIdplyrfastmapforcatsfstfstcoregenericsgluehavenhmsjsonlitelifecyclemagrittrmemoisepillarpkgconfigprettyunitsprogresspurrrR6RcppreadrrlangRSQLitetibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check if parquet file or dataset is readable and return basic informations | check_parquet |
| Convert a csv or a txt file to parquet format | csv_to_parquet |
| Convert a SQL Query on a DBI connection to parquet format | dbi_to_parquet |
| download and uncompress file if needed | download_extract |
| Convert a fst file to parquet format | fst_to_parquet |
| Get various info on parquet files | get_parquet_info |
| get unique values from table's column | get_partitions |
| Convert a json file to parquet format | json_to_parquet |
| Get path to parquetize example | parquetize_example |
| Function to bind multiple parquet files by row | rbind_parquet |
| Convert a rds file to parquet format | rds_to_parquet |
| Convert a sqlite file to parquet format | sqlite_to_parquet |
| Convert an input file to parquet format | table_to_parquet |
| write parquet file or dataset based on partition argument | write_parquet_at_once |
| read input by chunk on function and create dataset | write_parquet_by_chunk |
