Replies: 2 comments 1 reply
-
| I assume it would be  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| It appears that Deepscatter expects a "zoomable" directory of files in the feather format, not a parquet file. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit stuck trying to create a scatterchart using Deepscatter. I've tried to work out what's going on here and recreate it in Framework but have been failing to load my own data. I'd really appreciate it if someone could show me a minimal working example to get me started! This is what I adapted from the example:
index.md:
This works, however I want to use my own data, and can't manage to get it right...
R data loader (./data/test.parquet.R):
How do I modify the
source_urlparameter inplotAPIto point to my data?Beta Was this translation helpful? Give feedback.
All reactions