python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can one iterate through files in folder in natural sort order using glob.glob(path)?
I am currently trying to do something very basic: compute the sum of two cells in a .csv file and output it into a new DataFrame. I then am repeating this for multiple rows in that .csv file, and mult...
NeberdinePB
Votes: 0
Answers: 1
Is the use of * allowed in Snakemake?
I need to concatenate certain files inside some directories that have been created using a wildcard in a Snakefile. I tried to create the following rule to concatenate all files inside these directori...
Alex galvez morante
Votes: 0
Answers: 2
how to read large csvs in multiple zipfiles very quickly using pandas?
I'm using below code to read multiple multiple CSV's in multiple Zipfiles (one CSV per Zipfile) and data is huge (each csv is 1.5GB and I have more than 30 zipped CSV's) and that's why I prefer not un...
rfengineer
Votes: 0
Answers: 0
How can i query for specific matching substrings while ignoring the rest in a SCAN query?
trying to do a redis SCAN command and trying to figure out how to do glob-pattern substring matching for words instead of single characters (using ruby redis gem)
redis.set("first:url:123", ...

alilland
Votes: 0
Answers: 1