Skip to content

Instantly share code, notes, and snippets.

View s0nskar's full-sized avatar
💭
I may be slow to respond.

Sanskar Modi s0nskar

💭
I may be slow to respond.
View GitHub Profile
@s0nskar
s0nskar / nix-dataframe.cpp
Last active March 19, 2017 20:44 — forked from gicmo/nix-dataframe.cpp
NIX DataFrame Proof of Concept
//NIX DataFrame test
#include <nix.hpp>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include "backend/hdf5/h5x/H5DataType.hpp"
#include "backend/hdf5/h5x/H5Group.hpp"
#include "backend/hdf5/h5x/H5DataSet.hpp"