Replies: 1 comment 2 replies
-
| Hi @ggilestro So your csv has ~3k rows already (16 * 3 * 70)? Is there a problem with producing 5k-10k lines? | 
Beta Was this translation helpful? Give feedback.
                  
                    2 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.
-
My data observation have the following format
| Drug | hour | alive |
| aba | 0 | 71 |
| aba | 5 | 70 |
| aba | 10 | 68 |
| aba | 15 | 65 |
| aba | 20 | 60 |
I have 16 drugs, 3 concentrations for each drug and about 70 individuals per condition.
Changing the file format to the default input would produce 5k-10k lines.
Is there any way to either read the CSV in the format I have or convert it into something that cab be understood by kfm?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions