I hereby claim:
- I am besendorf on github.
- I am besendorf (https://keybase.io/besendorf) on keybase.
- I have a public key ASAeYLAOzAO010BUc8H6Vi8fp-WAlP0VKnNpS0Z1_zeIego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import pandas as pd | |
import json | |
import os | |
filenames = next(os.walk('.'), (None, None, []))[2] | |
# read json | |
for filename in filenames: | |
if '.csv' in filename: | |
continue |