roy

Results 17 comments of roy

Hey @eddelbuettel i'm installing with this command ``` conda install -c conda-forge tiledb ``` That's what I saw they wrote in the readme(https://github.com/TileDB-Inc/TileDB#readme). Do I need to build from source...

Hey @eddelbuettel . This is from the link. I don't know what to do. ![image](https://user-images.githubusercontent.com/34189329/183176924-fc39a418-6bfa-4273-9956-088c686c60a7.png)

> Also, consider coming over to our Slack and jumping into either the #tiledb-embedded (for C++) or #tiledb-py channel. See bottom our home page or [use this link](https://join.slack.com/t/tiledb-community/shared_invite/zt-ndq1ipwl-QcithaWG6j1BImtuQGSpag). Alright @eddelbuettel

> Hey @eddelbuettel . This is from the link. I don't know what to do. > > ![image](https://user-images.githubusercontent.com/34189329/183176924-fc39a418-6bfa-4273-9956-088c686c60a7.png) The tab says its c/c++ I can't find the instructions to install...

> It's been pointed out to me by a colleague that we indeed point to Conda for C++ use, which may be a little non-standard and surprising to me. So...

> @royassis Sorry again for being plum-eyed there. I didn't expect Conda under C++, and that's on me. > > The possibly quickest way to building an example may be...

Hey @eddelbuettel I'm trying to build from source using https://docs.tiledb.com/main/how-to/installation/building-from-source/c-cpp , and im getting these errors: ```shell (scanpyEnv3.8) roya@royassis-base:/tmp/TileDB/build$ ../bootstrap -- The C compiler identification is GNU 7.5.0 -- The...

Hey :) Actually my df has multiple columns.

Ohh I understand now. I was hoping the from_pandas handles the conversion by itself. I got genomic data with thousands of columns.