Posts by João Ricardo Bertti Targino • 3 points
1 post
-
0
votes1
answer826
viewsQ: Stack several txt files using pandas
I wanted to make a routine that accumulates the data I extract from google Analytics every day, but my code shows an error that I can not solve: import pandas as pd import os import glob my_dir =…