Skip to content

Commit

Permalink
Merge pull request #53 from biomarkersParkinson/pandas-support
Browse files Browse the repository at this point in the history
Pandas support
  • Loading branch information
vedran-kasalica authored Jan 9, 2024
2 parents d6659b1 + cc17014 commit 44aa4b2
Show file tree
Hide file tree
Showing 20 changed files with 824 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Basic reading and writing\n",
"# Basic reading and writing (numpy)\n",
"\n",
"These are some examples on how to read and write TSDF data into and from a numpy array, using the `tsdf` library."
]
Expand Down Expand Up @@ -44,7 +44,7 @@
}
],
"source": [
"# The name of the data\n",
"# The file names\n",
"metadata_path = \"data/example_meta.json\"\n",
"binary_filename = \"example_binary.bin\"\n",
"\n",
Expand Down
Loading

0 comments on commit 44aa4b2

Please sign in to comment.