Skip to content

pydeck binary transfer data prep #5828

Answered by ajduberstein
cornhundred asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try:

nodes['position'] = nodes[['x', 'y', 'z']].values.tolist()

.apply will be slower. It shouldn't be the recommended path in the docs.

You can get a sense of what pydeck is doing by looking at how deck.gl handles binary attributes.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cornhundred
Comment options

Answer selected by cornhundred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants