Kausta

joined 2 years ago
[–] Kausta@lemm.ee 4 points 1 day ago

And you cannot change those in the default mobile Firefox since about:config is disabled (by their claim that it may break stuff in the ui)

[–] Kausta@lemm.ee 3 points 1 day ago

You can get the F-Droid repo from their GitLab or Github (they recommend Accrescent though)

[–] Kausta@lemm.ee 9 points 7 months ago

Yeah, it was just a simple example. Although using just pandas (without something like dask) for loading terabytes of data at once into a single dataframe may not be the best idea, even with enough memory.

[–] Kausta@lemm.ee 66 points 7 months ago (4 children)

You havent seen anything until you need to put a 4.2gb gzipped csv into a pandas dataframe, which works without any issues I should note.