Skip to content

nanoparquet 0.4.1

Latest
Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 10 Feb 12:41
  • write_parquet() now correctly converts double Date columns
    to integer columns (@eitsupi, #116).

  • read_parquet() now correctly reads FLOAT columns from files with
    multiple row groups.

  • read_parquet() now correctly reads Parquet files that have column
    chunks with both dictionary encoded and not dictionary encoded
    pages (#110).