delosrogers
No user record in our sample, but delosrogers has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but delosrogers has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Agreed, I had a lot of fun putting a toy one together, even if my compression format was worse in every way than a real format and my implementation quite inefficient
They’re from a company called Starship but I’m not sure who actually makes them
I first learned to program with Snap! and I really enjoyed learning recursion and other basic techniques with it.
This exact problem burned me when I started doing transcriptomics, one of the things I found that helps mitigate the problem is to always keep both the gene symbol and a ID like an Ensemble or Entrez ID for every data…
From my experience Python/R can be great when you have large scale analysis to do but if you have a task that requires more manual fiddling with the data then it’s much nicer to use Excel.
I wonder how this compares to Dask. It also uses the pandas API and is distributed but is built on top of pandas instead of spark
If I’m not mistaken I think that some languages with managed effects allow you to do this through types. For example, in Elm HTTP requests have the type of Cmd Msg and the only way to actually have the IO get executed…