Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. data = []
  2. for pasta in sorted(os.listdir('/home/marlon/Shift One/Projeto Philips/Consolidação de Arquivos/dados')):
  3. if pasta.fnmatch.fnmatch('17448', 'inode'):
  4. pd.read_csv(file, header=None, sep='ss+', engine='python')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement