Created
June 19, 2020 16:44
-
-
Save ksdkamesh99/90197c78da5cb429f0a0e01093b17f8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %%time | |
| #opening hdf5 file | |
| df_vaex=vaex.open('dataset.csv.hdf5') | |
| print(df_vaex.head()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment