We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file_reader
file_writer
In io_helpers.py, modify both file_reader and file_writer to introduce parquet files.
io_helpers.py
Add corresponding tests and be cautious with all consequences of this change.
The text was updated successfully, but these errors were encountered:
A first code proposition has been written. Everywhere an .npy can be used, it can be replaced by a .parquet file.
.npy
.parquet
Sorry, something went wrong.
nikolaj-funartech
No branches or pull requests
In
io_helpers.py
, modify bothfile_reader
andfile_writer
to introduce parquet files.Add corresponding tests and be cautious with all consequences of this change.
The text was updated successfully, but these errors were encountered: