roapi/test_data
Maksym Dovhal 81a25205b7
Update xlsx table (#316)
This PR is a fix for issue https://github.com/roapi/roapi/issues/259

List of updates/fixes:
* module xlsx renamed to excel.
* Allow reading not only xlsx format but also xls, ods, xlsb
* Allow Excel DateTime format and transform it to arrow
Timestamp(Seconds, None)
* Allow using NULLs in any data types and use null value instead of
string "null"
* Fix issue with incorrect data type inference when multiple data types
are detected.
* Add possibility to specify data schema in config.
* Add new options: -
rows_range_start
 - rows_range_end
 - columns_range_start
 - columns_range_end
 - schema_inference_lines
* Make sheet_name optional and if it is not specified than use first
sheet by default

* Bump calamine crate to version 0.23.1 and add feature "dates"
(supporting for DateTime column format)

Documentation updates: https://github.com/roapi/docs/pull/20
2024-01-31 20:16:34 -08:00
..
blogs-delta Lazy load delta: Support for large tables (#71) 2021-09-06 00:56:55 -07:00
partitioned_csv support partitioned tables (#307) 2023-10-20 16:00:07 -07:00
sqlite Fix: support .sqlite, sqlite3 (#223) 2022-11-11 15:47:31 -08:00
blogs_flattened.parquet Lazy load parquet (#63) 2021-09-03 19:36:18 +00:00
blogs.parquet split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00
excel_range.ods Update xlsx table (#316) 2024-01-31 20:16:34 -08:00
spacex_launches.json support deriving table name from table uri 2021-07-22 23:38:28 -07:00
spacex_launches.jsonl feat: Support jsonl for the file extension (#200) 2022-10-14 23:31:39 -07:00
spacex_launches.ndjson feat: Support jsonl for the file extension (#200) 2022-10-14 23:31:39 -07:00
test_datafusion_config.yml feat: support datafusion config (#288) 2023-08-13 01:09:12 +00:00
ubuntu-ami.json split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00
uk_cities_with_headers.arrow add support for all Arrow IPC formats in roapi-http (#67) 2021-09-05 14:27:09 -07:00
uk_cities_with_headers.arrows add support for all Arrow IPC formats in roapi-http (#67) 2021-09-05 14:27:09 -07:00
uk_cities_with_headers.csv split project into roapi-http and columnq crates 2021-02-17 13:46:20 -08:00
uk_cities_with_headers.xlsx feat: support .xlsx (#218) 2022-10-28 18:46:09 -07:00