Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
638 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 repositories
Created a pull request in vaexio/vaex that received 6 comments
Fix deletion of chunk files on csv->hdf5 conversion
Use df.close_files() instead of df.close() to ensure the file lock on hdf5 chunks gets released and hence can be deleted.
Created an issue in vaexio/vaex that received 3 comments
[Bug report] Allow to specify custom path to store converted csv->hdf5 files
When using vaex.from_csv('somefile.csv', convert=True), the converted hdf5 file will always be stored in the same folder as the csv file. This may …