Skip to content
Shaurita D. Hutchins edited this page Dec 6, 2017 · 1 revision

Why am I merging my counts table?

How can I create a list of all my directory names to use as the csv input file?

We love pandas!

import pandas
import os
dirpath = 'path/to/sample/folders/tophat'
for root, directories, files in os.walk(dirpath):
    os