Kausta

joined 2 years ago
[–] [email protected] 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)

[–] [email protected] 3 points 1 day ago

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

[–] [email protected] 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.

[–] [email protected] 67 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.